diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2024-01-09 09:47:53 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2024-01-09 09:48:34 +0100 |
commit | f22b596de0a8ac7e55b313ed6de7a0db2258332a (patch) | |
tree | 8817c16087159d766f8ea9b9ae4da5f603a3f87b | |
parent | 0d6bb30968d1092caeffee4159feccf6319ff565 (diff) |
Remove the use of pip_version
Change-Id: I4888889c030d236a10f125ef69abd2c11477d199
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | tox.ini | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -3,7 +3,6 @@ envlist = docs,pep8,pylint,yamllint,bashate,py310,cover,perm,pre-commit skipsdist = True [testenv] -pip_version = pip==20.2.4 usedevelop = True deps = -c{toxinidir}/upper-constraints.txt |