Skip to content

Commit 7c5839e

Browse files
committed
Use inplace pytester
1 parent e465284 commit 7c5839e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_simple.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def test_a():
268268
"""
269269
),
270270
)
271-
result = testdir.runpytest_subprocess()
271+
result = testdir.runpytest()
272272
result.assert_outcomes(passed=1)
273273
result.stdout.fnmatch_lines(
274274
["*is marked with '@pytest.mark.asyncio' but it is not an async function.*"]

0 commit comments

Comments
 (0)