浏览代码

Attempt to upgrade version of pip used in CI.

Dan Helfman 5 年之前
父节点
当前提交
2c46f53ef6
共有 3 个文件被更改,包括 1 次插入9 次删除
  1. 0 6
      scripts/pip
  2. 1 1
      scripts/run-tests
  3. 0 2
      tox.ini

+ 0 - 6
scripts/pip

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

+ 1 - 1
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

+ 0 - 2
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 =