Temporary workaround for CI failure (#15305)

Workaround
```
ERROR awx/main/tests/functional/test_licenses.py - pip._vendor.distlib.DistlibException: Unable to locate finder for 'pip._vendor.distlib'
```
This commit is contained in:
Hao Liu
2024-06-26 15:29:22 -04:00
committed by GitHub
parent 407194d320
commit 7c08b29827

View File

@@ -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