Skip to content

Commit b586bfa

Browse files
committed
Merge pull request #50 from schlamar/fix-deps
pin test dependencies to working versions
2 parents 772f2e2 + de6f8e4 commit b586bfa

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)