Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit 1cfcc42

Browse files
committed
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.
1 parent 9314eb4 commit 1cfcc42

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ envlist = python
33
minversion = 3.2
44
# https://github.com/jaraco/skeleton/issues/6
55
tox_pip_extensions_ext_venv_update = true
6-
# ensure that a late version of pip is used even on tox-venv
6+
# Ensure that a late version of pip is used even on tox-venv.
7+
# Disabled due to pglass/tox-pip-version#20.
78
requires =
8-
tox-pip-version
9+
# tox-pip-version
910
tox-venv
1011

1112

0 commit comments

Comments
 (0)