From 35002cca43a9ca29ea1e81f424a72f9da515b91c 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 (cherry picked from commit f22b596de0a8ac7e55b313ed6de7a0db2258332a) --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index c0087b6d..4fc9f519 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