mirror of
https://github.com/ansible/awx.git
synced 2026-04-11 13:09:21 -02:30
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:
@@ -24,10 +24,9 @@ gprof2dot
|
|||||||
atomicwrites
|
atomicwrites
|
||||||
flake8
|
flake8
|
||||||
yamllint
|
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
|
# python debuggers
|
||||||
debugpy
|
debugpy
|
||||||
remote-pdb
|
remote-pdb
|
||||||
sdb
|
sdb
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user