From 121727cb22569f4fca394ea57512d4ac2439f7ed Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 9 Jan 2024 09:47:53 +0100 Subject: Remove the use of pip_version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I4888889c030d236a10f125ef69abd2c11477d199 Signed-off-by: Cédric Ollivier --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 50f6ed05..4457f991 100644 --- a/tox.ini +++ b/tox.ini @@ -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 -- cgit 1.2.3-korg