Skip to content

Commit 31dd8a2

Browse files
committed
Use runpytest_subprocess in new urlconf test
1 parent 7afcca4 commit 31dd8a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ def test_something_else():
6161
6262
""")
6363

64-
result = testdir.runpytest()
64+
result = testdir.runpytest_subprocess()
6565
assert result.ret == 0

0 commit comments

Comments
 (0)