Use constraints for releasenotes
OpenStack CI has now enabled constraints for releasenotes, use them - remove the special install command. Note that venv still cannot use constraints, this needs more changes in OpenStack CI. Change-Id: I125cb906f89c1de4227dc53521e1a60241ace997 Depends-On: If5d6b11bd795091eef949001cca6e8d4ec723ef2
This commit is contained in:
1 changed files with 0 additions and 4 deletions
4
tox.ini
4
tox.ini
@@ -99,10 +99,6 @@ commands =
commands = bandit -c bandit.yaml -r nova -n 5 -ll
[testenv:releasenotes]
# NOTE(sdague): this target does not use constraints because
# upstream infra does not yet support it. Once that's fixed, we can
# drop the install_command.
install_command = pip install -U --force-reinstall {opts} {packages}
commands = bash -c tools/releasenotes_tox.sh
[flake8]
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.