Use upper constraints for all jobs in tox.ini
Openstack infra now supports upper constraints for all jobs. Updated tox.ini to use upper constraints for all jobs. Change-Id: I2c47f1a19c61a2b2034cf38100b87ddc62a93cfe Closes-Bug: #1614117
This commit is contained in:
parent
4761fdf94a
commit
5b0f60a5f6
8
tox.ini
8
tox.ini
@ -43,17 +43,9 @@ commands =
|
|||||||
bandit -r magnumclient -x tests -n5 -ll
|
bandit -r magnumclient -x tests -n5 -ll
|
||||||
|
|
||||||
[testenv:venv]
|
[testenv:venv]
|
||||||
# NOTE(NiallBunting) Infra does not support constraints for the cover
|
|
||||||
# job. While the file is set no file is there. Can be removed once infra
|
|
||||||
# changes this.
|
|
||||||
install_command = pip install -U {opts} {packages}
|
|
||||||
commands = {posargs}
|
commands = {posargs}
|
||||||
|
|
||||||
[testenv:cover]
|
[testenv:cover]
|
||||||
# NOTE(NiallBunting) Infra does not support constraints for the cover
|
|
||||||
# job. While the file is set no file is there. Can be removed once infra
|
|
||||||
# changes this.
|
|
||||||
install_command = pip install -U {opts} {packages}
|
|
||||||
commands = ./coverage.sh {posargs}
|
commands = ./coverage.sh {posargs}
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user