diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2024-01-09 10:30:31 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2024-01-09 10:32:13 +0100 |
commit | 34acd57f629f860ce0a9b193126a821cc43b4712 (patch) | |
tree | 10f525d1a3927343adf8f9b7b843b3c086cf91e8 | |
parent | 49e44a7900161b4fd65b9a78ac091886cdddc1ac (diff) |
Remove tox pip_version in tox.ini
Change-Id: Iafae57b729650e70c084f98abafc6645174a893e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit fddcb581e3f1ab10481eeb6b3a739567df2ddd61)
-rw-r--r-- | tox.ini | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2,7 +2,6 @@ envlist = pep8,pylint,yamllint,bashate,py310,bandit,perm [testenv] -pip_version = pip==20.2.4 usedevelop = True deps = -chttps://git.opnfv.org/functest/plain/upper-constraints.txt?h=stable/zed |