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 a17b689 commit 7a67c82Copy full SHA for 7a67c82
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