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
commit ffcb173a7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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