From ba0b1412c44d9a8238114215964e83463433c675 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 15 Feb 2021 22:53:49 -0500 Subject: [PATCH] Add wheel to pip --- regression-tests.api/runtests | 1 + regression-tests.auth-py/runtests | 1 + regression-tests.dnsdist/runtests | 1 + regression-tests.ixfrdist/runtests | 1 + 4 files changed, 4 insertions(+) diff --git a/regression-tests.api/runtests b/regression-tests.api/runtests index 9ef71c5cd7..f21ddc9b7b 100755 --- a/regression-tests.api/runtests +++ b/regression-tests.api/runtests @@ -5,6 +5,7 @@ if [ ! -d .venv ]; then fi . .venv/bin/activate python -V +pip install -U pip wheel | cat pip install -r requirements.txt | cat if [ -z "${SDIG}" ]; then diff --git a/regression-tests.auth-py/runtests b/regression-tests.auth-py/runtests index 5a251623c3..496652c485 100755 --- a/regression-tests.auth-py/runtests +++ b/regression-tests.auth-py/runtests @@ -7,6 +7,7 @@ fi . .venv/bin/activate python -V +pip install -U pip wheel | cat pip install -q -r requirements.txt | cat mkdir -p configs diff --git a/regression-tests.dnsdist/runtests b/regression-tests.dnsdist/runtests index a860fd782c..dcdc5441e5 100755 --- a/regression-tests.dnsdist/runtests +++ b/regression-tests.dnsdist/runtests @@ -19,6 +19,7 @@ then export CPPFLAGS=-I/usr/local/opt/openssl/include fi fi +pip install -U pip wheel | cat pip install -r requirements.txt | cat protoc -I=../pdns/ --python_out=. ../pdns/dnsmessage.proto diff --git a/regression-tests.ixfrdist/runtests b/regression-tests.ixfrdist/runtests index efcc4e250c..e8b5d9d991 100755 --- a/regression-tests.ixfrdist/runtests +++ b/regression-tests.ixfrdist/runtests @@ -6,6 +6,7 @@ if [ ! -d .venv ]; then fi . .venv/bin/activate python -V +pip install -U pip wheel | cat pip install -r requirements.txt | cat if [ -z "${IXFRDISTBIN}" ]; then -- 2.47.2