Skip to content

Commit

Permalink
Removing legacy resolver and updating wrapanapi
Browse files Browse the repository at this point in the history
  • Loading branch information
omkarkhatavkar committed Feb 23, 2022
1 parent d9d7790 commit bac9e17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bac9e17

Please sign in to comment.