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
This commit is contained in:
5
tox.ini
5
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
|
||||
|
||||
Reference in New Issue
Block a user