Skip to content

Commit de6f8e4

Browse files
committed
pin test dependencies to working versions
1 parent 772f2e2 commit de6f8e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pytest-cov/tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ setenv =
77
PYTHONHASHSEED = random
88
deps =
99
{env:COV_CORE_DEP:../cov-core}
10-
pytest
10+
execnet>=1.2.0,<1.3.0
11+
pytest>=2.6.4,<2.7.0
1112
pytest-xdist
1213
virtualenv
1314
commands = py.test -v test_pytest_cov.py {posargs}

0 commit comments

Comments
 (0)