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:
parent
594da8056d
commit
d79d4b7420
4
tox.ini
4
tox.ini
|
@ -10,7 +10,9 @@ envlist = py27, py33, py34, py35, py36
|
||||||
commands =
|
commands =
|
||||||
py.test {posargs:-v --cov pipdeptree --cov-report xml --cov-report html --cov-report term-missing tests/}
|
py.test {posargs:-v --cov pipdeptree --cov-report xml --cov-report html --cov-report term-missing tests/}
|
||||||
deps =
|
deps =
|
||||||
|
tox==3.0.0
|
||||||
graphviz
|
graphviz
|
||||||
pip>=8.0.2
|
pip>=8.0.2
|
||||||
pytest
|
pluggy==0.6.0
|
||||||
|
pytest==3.5.0
|
||||||
pytest-cov
|
pytest-cov
|
||||||
|
|
Loading…
Reference in New Issue