Skip to content
This repository has been archived by the owner on Jan 8, 2023. It is now read-only.

Commit

Permalink
Avoid using pip 2020-resolver
Browse files Browse the repository at this point in the history
It seams that our tox -e py36-devel is also affected by the endless
loop install bug from the new resolver, we are forced to disable it,
at least for this job.

Example: https://github.com/ansible-community/molecule-podman/pull/23/checks?check_run_id=1458663833
Related: pypa/pip#6536
  • Loading branch information
ssbarnea committed Nov 26, 2020
1 parent d11a99b commit dbe8d2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ setenv =
PYTHONUNBUFFERED=1
# new resolve a must or test extras will not install right
PIP_USE_FEATURE=2020-resolver
# endless loop bug on devel
devel: PIP_USE_FEATURE=
MOLECULE_NO_LOG=0
deps =
devel: ansible>=2.10.0a2,<2.11
Expand Down

0 comments on commit dbe8d2c

Please sign in to comment.