Skip to content

Commit

Permalink
tox: drop tox-pip-version requirement
Browse files Browse the repository at this point in the history
It is designed to enable pinning a specific pip version in each tox
environment, but as used by git-cola's tox.ini, it always installs the
latest version of pip, which is tox's default behavior anyway.

Signed-off-by: Daniel Harding <[email protected]>
  • Loading branch information
living180 committed Feb 14, 2023
1 parent 9654b8a commit e480fe1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
[tox]
minversion = 3.2
envlist = python
# Ensure that a late version of pip is used even on tox-venv.
requires =
tox-pip-version>=0.0.6

[testenv]
sitepackages = true
deps =
-rrequirements/requirements.txt
-rrequirements/requirements-dev.txt
pip_version = pip
whitelist_externals =
make
commands =
Expand Down

0 comments on commit e480fe1

Please sign in to comment.