Update versions of test dependencies (test_requirements.txt and test containers).
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Dan Helfman 2020-11-22 14:48:07 -08:00
commit ea6cd53067
9 changed files with 49 additions and 37 deletions

View file

@ -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