Fix python 3.12.0a3 syntax error

This commit is contained in:
Alessio Bogon 2023-01-03 12:01:24 +01:00
parent 5f5880328c
commit 628790921e
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ def test_step_functions_same_parser(pytester):
scenarios("target_fixture.feature")
STEP = 'there is a foo with value "(?P<value>\\w+)"'
STEP = r'there is a foo with value "(?P<value>\\w+)"'
@given(STEP)
def _():