We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8dc021 commit 34159e4Copy full SHA for 34159e4
tests/markers/test_invalid_arguments.py
@@ -62,7 +62,7 @@ async def test_anything():
62
result = pytester.runpytest_subprocess()
63
result.assert_outcomes(errors=1)
64
result.stdout.fnmatch_lines(
65
- ["*ValueError: mark.asyncio accepts only a keyword argument 'scope'*"]
+ ["*ValueError: mark.asyncio accepts only a keyword argument 'loop_scope'*"]
66
)
67
68
0 commit comments