Skip to content

Commit

Permalink
Update Cirrus config to use the legacy resolver of pip
Browse files Browse the repository at this point in the history
  • Loading branch information
sdispater committed Feb 12, 2021
1 parent 5d6a2e6 commit c8111b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ test_task:
pip_script:
- $PYTHON -m ensurepip
- $PYTHON -m pip install -U pip tox
- $PYTHON -m pip install -U --pre poetry
- $PYTHON -m pip install --use-deprecated=legacy-resolver -U --pre poetry
- poetry config virtualenvs.in-project true
tox_script: $PYTHON -m tox -e py -- -q --junitxml=junit.xml tests
on_failure:
Expand Down

0 comments on commit c8111b1

Please sign in to comment.