Skip to content

Commit dc44050

Browse files
committed
Avoid outdated six
Avoids problem introduced by newer virtualenv which broke installation of tox on systems that already had a six version >1.0 installed but which was older than minimal needed by tox.
1 parent b7a1559 commit dc44050

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/changelog/1519.bugfix.rst

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Bump minimal six version needed to avoid using one incompatible with newer
2+
virtualenv. - by :user:`ssbarnea`

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ install_requires =
4343
packaging >= 14
4444
pluggy >= 0.12.0, <1
4545
py >= 1.4.17, <2
46-
six >= 1.0.0, <2
46+
six >= 1.14.0, <2 # required when virtualenv>=20
4747
virtualenv >= 16.0.0
4848
toml >=0.9.4
4949
filelock >= 3.0.0, <4

0 commit comments

Comments
 (0)