Merge pull request #2672 from pi-hole/fix/test-version-pinning

Pin Python package versions to the versions in the last successful build
This commit is contained in:
Dan Schaper
2019-03-15 07:04:40 -07:00
committed by GitHub

View File

@@ -1,6 +1,6 @@
docker-compose
pytest
pytest-xdist
pytest-cov
testinfra
tox
docker-compose==1.23.2
pytest==4.3.0
pytest-xdist==1.26.1
pytest-cov==2.6.1
testinfra==1.19.0
tox==3.7.0