From b9c9c2797fd62b1b0b8468352083815ace4b5fb9 Mon Sep 17 00:00:00 2001 From: Mcat12 Date: Wed, 13 Mar 2019 20:14:21 -0700 Subject: [PATCH] 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 --- requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index f2c61e42..17d62ad9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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