From ca7c3520efa77ed3d44b6491f4266b7bf9914525 Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Thu, 19 Sep 2024 00:26:55 +0100 Subject: [PATCH] cleanup after 'update-requirements' removal I5689985fd8ab2a061c04776c5320188343b2f077 removed the 'update-requirements' tool but failed to remove the tox env. This change completes the removal. Change-Id: I89474a28d47dd927fe0d3d7a03e380d5d107a07c --- tox.ini | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tox.ini b/tox.ini index 52a9dd46b6..66cd3a65eb 100644 --- a/tox.ini +++ b/tox.ini @@ -44,11 +44,6 @@ commands = check-conflicts {toxinidir}/upper-constraints.txt {toxinidir}/upper-c [testenv:venv] commands = {posargs} -[testenv:update] -allowlist_externals = - update-requirements -commands = update-requirements {posargs} - [testenv:generate] allowlist_externals = generate-constraints