Commit 2d9b2a93 by Arun Babu Neelicattu

ci/cirrus: upgrade virtualenv

parent 2156a18a
...@@ -15,7 +15,7 @@ test_task: ...@@ -15,7 +15,7 @@ test_task:
- pkg install -y git-lite $PYPACKAGE $SQLPACKAGE - pkg install -y git-lite $PYPACKAGE $SQLPACKAGE
pip_script: pip_script:
- $PYTHON -m ensurepip - $PYTHON -m ensurepip
- $PYTHON -m pip install -U pip tox - $PYTHON -m pip install -U pip tox virtualenv
- $PYTHON -m pip install -U --pre poetry - $PYTHON -m pip install -U --pre poetry
- poetry config virtualenvs.in-project true - poetry config virtualenvs.in-project true
tox_script: $PYTHON -m tox -e py -- -q --junitxml=junit.xml tests tox_script: $PYTHON -m tox -e py -- -q --junitxml=junit.xml tests
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment