Skip to content

Commit b9c9c27

Browse files
committed
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 <[email protected]>
1 parent 204a4e4 commit b9c9c27

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

requirements.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
docker-compose
2-
pytest
3-
pytest-xdist
4-
pytest-cov
5-
testinfra
6-
tox
1+
docker-compose==1.23.2
2+
pytest==4.3.0
3+
pytest-xdist==1.26.1
4+
pytest-cov==2.6.1
5+
testinfra==1.19.0
6+
tox==3.7.0

0 commit comments

Comments
 (0)