Skip to content

Commit 3230c2c

Browse files
committed
This new PyTest 4.1 behavior only passes tests when running each on their process
1 parent 79dd4f6 commit 3230c2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ envlist = py27,py35,py36,py37,pypy
66
deps =
77
pytest
88
coverage
9-
commands = coverage run -a -m py.test -s -ra {posargs:tests}
9+
pytest-forked
10+
commands = coverage run -a -m py.test -s -ra --forked {posargs:tests}

0 commit comments

Comments
 (0)