From 1cfcc4214082bcb6bec9ea51ad91f15446488e9b Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 20 Oct 2019 17:25:23 -0400 Subject: [PATCH] Disable tox-pip-version as it interacts badly with tox-venv causing tox to use the wrong Python version to install packages and run tests. Ref pglass/tox-pip-version#20 and tox-dev/tox-venv#40. --- tox.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index ab6cd407..1d81b812 100644 --- a/tox.ini +++ b/tox.ini @@ -3,9 +3,10 @@ envlist = python minversion = 3.2 # https://github.com/jaraco/skeleton/issues/6 tox_pip_extensions_ext_venv_update = true -# ensure that a late version of pip is used even on tox-venv +# Ensure that a late version of pip is used even on tox-venv. +# Disabled due to pglass/tox-pip-version#20. requires = - tox-pip-version +# tox-pip-version tox-venv