From 66eb18d5ea6a88309980b0bdbb7503fa18ea72dd Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sun, 2 Feb 2020 14:30:26 -0800 Subject: [PATCH] Upgrade pip and tox in tests. --- scripts/run-full-tests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/run-full-tests b/scripts/run-full-tests index 21035ee43..bfde13ecc 100755 --- a/scripts/run-full-tests +++ b/scripts/run-full-tests @@ -10,8 +10,8 @@ set -e -python -m pip install --upgrade pip==19.3.1 -pip install tox==3.14.1 +python -m pip install --upgrade pip==20.0.2 +pip install tox==3.14.3 export COVERAGE_FILE=/tmp/.coverage tox --workdir /tmp/.tox apk add --no-cache borgbackup postgresql-client mariadb-client