aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-02-15 12:17:24 -0500
committerGitHub <noreply@github.com>2020-02-15 12:17:24 -0500
commit35d052786f0967b7b2cee2f30d574992376e32b7 (patch)
tree2876f9aca16fd5064477f66fbe5f142a7cba0b02
parent0559f17d4588553eb428d57ecfebab9e0e988e65 (diff)
parenta99aeb82b254e27cef736a4e7eb89ece4583e100 (diff)
downloadexternal_python_setuptools-35d052786f0967b7b2cee2f30d574992376e32b7.tar.gz
external_python_setuptools-35d052786f0967b7b2cee2f30d574992376e32b7.tar.bz2
external_python_setuptools-35d052786f0967b7b2cee2f30d574992376e32b7.zip
Merge pull request #1999 from pypa/bugfix/1998-virtualenv-site-conflict
Pin virtualenv to <20 as workaround for #1998.
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index ddfeddf9..2d43e76f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,6 +7,8 @@ envlist=python
minversion = 3.2
requires =
tox-pip-version >= 0.0.6
+ # workaround for #1998
+ virtualenv < 20
[helpers]
# Custom pip behavior