Pin Python package versions to the versions in the last successful build
The last successful build was https://travis-ci.org/pi-hole/pi-hole/builds/500825408 When `testinfra` became `2.0.0`, it removed the deprecated features that the tests currently use. Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
This commit is contained in:
parent
204a4e459b
commit
b9c9c2797f
|
@ -1,6 +1,6 @@
|
||||||
docker-compose
|
docker-compose==1.23.2
|
||||||
pytest
|
pytest==4.3.0
|
||||||
pytest-xdist
|
pytest-xdist==1.26.1
|
||||||
pytest-cov
|
pytest-cov==2.6.1
|
||||||
testinfra
|
testinfra==1.19.0
|
||||||
tox
|
tox==3.7.0
|
||||||
|
|
Loading…
Reference in New Issue