Update versions of test dependencies (test_requirements.txt and test containers).
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
267138776d
commit
ea6cd53067
9 changed files with 49 additions and 37 deletions
|
|
@ -10,9 +10,9 @@
|
|||
|
||||
set -e
|
||||
|
||||
python -m pip install --upgrade pip==20.0.2
|
||||
pip install tox==3.14.3
|
||||
python -m pip install --upgrade pip==20.2.4
|
||||
pip install tox==3.20.1
|
||||
export COVERAGE_FILE=/tmp/.coverage
|
||||
apk add --no-cache borgbackup postgresql-client mariadb-client py3-typed-ast
|
||||
tox --workdir /tmp/.tox
|
||||
apk add --no-cache borgbackup postgresql-client mariadb-client
|
||||
tox --workdir /tmp/.tox -e end-to-end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue