diff --git a/.cirrus.yml b/.cirrus.yml index e2341cdf4b7..b6d2dd8a1ac 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -15,8 +15,8 @@ test_task: - pkg install -y git-lite $PYPACKAGE $SQLPACKAGE pip_script: - $PYTHON -m ensurepip - - $PYTHON -m pip install -U pip tox - - $PYTHON -m pip install -U --pre poetry + - $PYTHON -m pip install -U pip~=20.3 tox + - $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: