From: Peter van Dijk Date: Tue, 18 Jan 2022 15:40:52 +0000 (+0100) Subject: CI: dnspython 2.2.0 breaks auth and ixfrdist testing, pin to 2.1.0 X-Git-Tag: auth-4.7.0-alpha1~55^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F11208%2Fhead;p=thirdparty%2Fpdns.git CI: dnspython 2.2.0 breaks auth and ixfrdist testing, pin to 2.1.0 --- diff --git a/regression-tests.auth-py/requirements.txt b/regression-tests.auth-py/requirements.txt index 6f6ac0bab0..ee1ae3f24b 100644 --- a/regression-tests.auth-py/requirements.txt +++ b/regression-tests.auth-py/requirements.txt @@ -1,4 +1,4 @@ -dnspython>=1.11 +dnspython==2.1.0 nose>=1.3.7 Twisted>0.15.0 requests>=2.18.4 diff --git a/regression-tests.ixfrdist/requirements.txt b/regression-tests.ixfrdist/requirements.txt index 2f73499e21..645f9614b6 100644 --- a/regression-tests.ixfrdist/requirements.txt +++ b/regression-tests.ixfrdist/requirements.txt @@ -1,4 +1,4 @@ -dnspython +dnspython==2.1.0 nose>=1.3.7 git+https://github.com/PowerDNS/xfrserver.git@0.1 requests