From 54ec8a124a37d170166f10cb13fae48b5c29a0a0 Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Mon, 2 Dec 2024 10:57:23 -0800 Subject: [PATCH] CI: drop pip --upgrade flag in tox.ini This has been causing most/all of our tox-based jobs to run with unconstrained dependencies (though test requirements were properly pinned). Change-Id: Icf1b63e39ec321887d9fe6afe7b212c813ad1d1e --- tox.ini | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index e092273dd4..9fdd1009d2 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,7 @@ addopts = --verbose -p no:requests_mock [testenv] usedevelop = True -install_command = pip install -U {opts} {packages} +install_command = pip install {opts} {packages} setenv = VIRTUAL_ENV={envdir} deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} @@ -188,9 +188,6 @@ deps = -c{toxinidir}/lower-constraints.txt -r{toxinidir}/test-requirements.txt -r{toxinidir}/requirements.txt -# Drop the --upgrade flag so we don't accidentally drag anything forward when -# we install swift -install_command = pip install {opts} {packages} [testenv:pdf-docs] basepython = python3

AltStyle によって変換されたページ (->オリジナル) /