aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBenoit Pierre <benoit.pierre@gmail.com>2019-01-26 23:03:59 +0100
committerBenoit Pierre <benoit.pierre@gmail.com>2019-01-26 23:47:33 +0100
commit3fc1e22cc2bf43d0266b9193e024c2e9e722a600 (patch)
tree20e319af0e16ad015bff8f81cd778322226d63b1 /tests
parentf8b9c426b4b3bd074ecfac71026af23a8a41b0dc (diff)
downloadexternal_python_setuptools-3fc1e22cc2bf43d0266b9193e024c2e9e722a600.tar.gz
external_python_setuptools-3fc1e22cc2bf43d0266b9193e024c2e9e722a600.tar.bz2
external_python_setuptools-3fc1e22cc2bf43d0266b9193e024c2e9e722a600.zip
tests: temporary pin pip to fix the Python 2.7 job
Diffstat (limited to 'tests')
-rw-r--r--tests/requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/requirements.txt b/tests/requirements.txt
index d301168a..f944df27 100644
--- a/tests/requirements.txt
+++ b/tests/requirements.txt
@@ -10,3 +10,4 @@ coverage>=4.5.1
pytest-cov>=2.5.1
paver; python_version>="3.6"
futures; python_version=="2.7"
+pip==18.1 # Temporary workaround for #1644.