Pin dependencies of tox, pytest and pluggy

Pluggy 0.6.0 is compatible with both tox 3.0.0 and pytest 3.5.0, hence
explicitly specifying these. Otherwise test setup may unpredictably
break.
This commit is contained in:
Vineet Naik 2018-04-15 10:33:34 +05:30
parent 594da8056d
commit d79d4b7420
1 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,9 @@ envlist = py27, py33, py34, py35, py36
commands =
py.test {posargs:-v --cov pipdeptree --cov-report xml --cov-report html --cov-report term-missing tests/}
deps =
tox==3.0.0
graphviz
pip>=8.0.2
pytest
pluggy==0.6.0
pytest==3.5.0
pytest-cov