From 2c46f53ef62eb10d44877bde616a4c1d012c0a94 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Thu, 31 Oct 2019 20:37:01 -0700 Subject: [PATCH] Attempt to upgrade version of pip used in CI. --- scripts/pip | 6 ------ scripts/run-tests | 2 +- tox.ini | 2 -- 3 files changed, 1 insertion(+), 9 deletions(-) delete mode 100755 scripts/pip diff --git a/scripts/pip b/scripts/pip deleted file mode 100755 index 21cd953e..00000000 --- a/scripts/pip +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env sh - -# Temporary work around for https://github.com/pypa/pip/issues/6434 -python -m pip install --upgrade pip==19.1.1 -python -m pip install --no-use-pep517 $* - diff --git a/scripts/run-tests b/scripts/run-tests index e16559fd..d2a91c26 100755 --- a/scripts/run-tests +++ b/scripts/run-tests @@ -6,7 +6,7 @@ set -e -python -m pip install --upgrade pip==19.1.1 +python -m pip install --upgrade pip==19.3.1 pip install tox==3.14.0 tox apk add --no-cache borgbackup diff --git a/tox.ini b/tox.ini index f684b5f7..2d709780 100644 --- a/tox.ini +++ b/tox.ini @@ -10,8 +10,6 @@ deps = -rtest_requirements.txt whitelist_externals = find sh -install_command = - sh scripts/pip {opts} {packages} commands_pre = find {toxinidir} -type f -not -path '{toxinidir}/.tox/*' -path '*/__pycache__/*' -name '*.py[c|o]' -delete commands =