summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-10-20 17:25:23 -0400
committerJason R. Coombs <jaraco@jaraco.com>2019-10-20 17:25:23 -0400
commit1cfcc4214082bcb6bec9ea51ad91f15446488e9b (patch)
treeb008c197e909361d98abd6a82106f2efac36c2ff
parent9314eb458311dfd8981a6378b8498017c89ea2f7 (diff)
downloadpytest-runner-1cfcc4214082bcb6bec9ea51ad91f15446488e9b.tar.gz
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.
-rw-r--r--tox.ini5
1 files changed, 3 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index ab6cd40..1d81b81 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