diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2023-11-30 17:20:08 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2023-11-30 17:20:08 +0100 |
commit | 9aec98597417238ccd75fe0640f1cc8c0c4c5ea2 (patch) | |
tree | bbf1bbea1a1a71509ab986956985fb97fed40433 | |
parent | e6189c9f5211c64bc0dc146ccf65762805969b33 (diff) |
Remove tox-pip-version
Change-Id: I7b8f4279d870e895a69322c6eca238c55f77a4f0
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | jjb/functest/functest-kubernetes.yaml | 2 | ||||
-rw-r--r-- | jjb/functest/functest.yaml | 2 | ||||
-rw-r--r-- | jjb/functest/xtesting.yaml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/jjb/functest/functest-kubernetes.yaml b/jjb/functest/functest-kubernetes.yaml index bae4d173b..ca22752d6 100644 --- a/jjb/functest/functest-kubernetes.yaml +++ b/jjb/functest/functest-kubernetes.yaml @@ -1122,7 +1122,7 @@ python3.9 python3.9-dev python3.9-distutils \ python3.8 python3.8-dev python3.8-distutils \ python3-pip enchant-2 -y - pip3 install tox tox-pip-version + pip3 install tox tox diff --git a/jjb/functest/functest.yaml b/jjb/functest/functest.yaml index 0a2e86c3a..463dd9a0a 100644 --- a/jjb/functest/functest.yaml +++ b/jjb/functest/functest.yaml @@ -1286,7 +1286,7 @@ python3.9 python3.9-dev python3.9-distutils \ python3.8 python3.8-dev python3.8-distutils \ python3-pip enchant-2 -y - sudo pip3 install tox tox-pip-version + sudo pip3 install tox tox diff --git a/jjb/functest/xtesting.yaml b/jjb/functest/xtesting.yaml index 1e1215dc7..7dcefc229 100644 --- a/jjb/functest/xtesting.yaml +++ b/jjb/functest/xtesting.yaml @@ -532,7 +532,7 @@ python3.9 python3.9-dev python3.9-distutils \ python3.8 python3.8-dev python3.8-distutils \ python3-pip enchant-2 -y - sudo pip3 install tox tox-pip-version + sudo pip3 install tox tox |