Skip to content

Commit 35d0527

Browse files
authored
Merge pull request #1999 from pypa/bugfix/1998-virtualenv-site-conflict
Pin virtualenv to <20 as workaround for #1998.
2 parents 0559f17 + a99aeb8 commit 35d0527

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ envlist=python
77
minversion = 3.2
88
requires =
99
tox-pip-version >= 0.0.6
10+
# workaround for #1998
11+
virtualenv < 20
1012

1113
[helpers]
1214
# Custom pip behavior

0 commit comments

Comments
 (0)