From b03084546e65efa3b0157f5c9f93a2b1b2ec3097 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Wed, 12 Feb 2020 13:47:42 +0000 Subject: [PATCH] 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. --- docs/changelog/1519.bugfix.rst | 2 ++ setup.cfg | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 docs/changelog/1519.bugfix.rst diff --git a/docs/changelog/1519.bugfix.rst b/docs/changelog/1519.bugfix.rst new file mode 100644 index 000000000..5817382e7 --- /dev/null +++ b/docs/changelog/1519.bugfix.rst @@ -0,0 +1,2 @@ +Bump minimal six version needed to avoid using one incompatible with newer +virtualenv. - by :user:`ssbarnea` diff --git a/setup.cfg b/setup.cfg index 9977fc839..5f0efae2b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -43,7 +43,7 @@ install_requires = packaging >= 14 pluggy >= 0.12.0, <1 py >= 1.4.17, <2 - six >= 1.0.0, <2 + six >= 1.14.0, <2 # required when virtualenv>=20 virtualenv >= 16.0.0 toml >=0.9.4 filelock >= 3.0.0, <4