Skip to content
This repository was archived by the owner on May 29, 2024. It is now read-only.

Commit 02212e1

Browse files
Alexander Artemenkokevlened
authored andcommitted
For some reason (may be because we now always run tests in a subprocess), test_concurrent_fixture started to fail. Running pytest in a subprocess fixes some issues with capturing test stdout.
1 parent e8d7b72 commit 02212e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_concurrent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def test_0(driver):
2323
def test_1(driver):
2424
print_('inside test_1')
2525
""")
26-
result = testdir.runpytest(
26+
result = testdir.runpytest_subprocess(
2727
'-s',
2828
'--tests-per-worker=2'
2929
)

0 commit comments

Comments
 (0)