From bac9e17ab56fb9d922addb850481bf95e7b97d21 Mon Sep 17 00:00:00 2001 From: omkarkhatavkar Date: Tue, 15 Feb 2022 15:26:50 +0530 Subject: [PATCH] Removing legacy resolver and updating wrapanapi --- .github/workflows/pull_request.yml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 8f92512e843..6f4d1e73859 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -35,7 +35,7 @@ jobs: pip install -U pip pip uninstall -y pycurl pip install --compile --no-cache-dir pycurl - pip install -U -r requirements.txt -r requirements-optional.txt --use-deprecated=legacy-resolver + pip install -U -r requirements.txt -r requirements-optional.txt for conffile in conf/*.yaml.template; do mv -- "$conffile" "${conffile%.yaml.template}.yaml"; done cp broker_settings.yaml.example broker_settings.yaml diff --git a/requirements.txt b/requirements.txt index 9fa97a969da..5626eed5156 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ tenacity==8.0.1 testimony==2.2.0 unittest2==1.1.0 wait-for==1.2.0 -wrapanapi==3.5.11 +wrapanapi==3.5.12 # Get airgun, nailgun and upgrade from master git+https://github.com/SatelliteQE/airgun.git@master#egg=airgun