We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f99b678 commit cfb3315Copy full SHA for cfb3315
tests/markers/test_function_scope.py
@@ -87,7 +87,7 @@ async def test_warns():
87
"""
88
)
89
90
- result = pytester.runpytest("--asyncio-mode=strict", "--assert=plain")
+ result = pytester.runpytest("--asyncio-mode=strict", "-W", "default")
91
result.assert_outcomes(passed=1, warnings=1)
92
result.stdout.fnmatch_lines("*DeprecationWarning*")
93
0 commit comments