Skip to content

Commit

Permalink
Temporary workaround for CI failure (ansible#15305)
Browse files Browse the repository at this point in the history
Workaround
```
ERROR awx/main/tests/functional/test_licenses.py - pip._vendor.distlib.DistlibException: Unable to locate finder for 'pip._vendor.distlib'
```
  • Loading branch information
TheRealHaoLiu authored and djyasin committed Sep 11, 2024
1 parent cfefeb7 commit d1db9bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions requirements/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ gprof2dot
atomicwrites
flake8
yamllint
pip>=21.3 # PEP 660 – Editable installs for pyproject.toml based builds (wheel based)
pip>=21.3,<=24.0 # PEP 660 – Editable installs for pyproject.toml based builds (wheel based)

# python debuggers
debugpy
remote-pdb
sdb

0 comments on commit d1db9bb

Please sign in to comment.