From 5b0f60a5f665b047408f2466db4a23a3c68de66c Mon Sep 17 00:00:00 2001 From: yatin karel Date: Wed, 17 Aug 2016 20:04:20 +0530 Subject: [PATCH] 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 --- tox.ini | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tox.ini b/tox.ini index 08d7a0ba..3ded1314 100644 --- a/tox.ini +++ b/tox.ini @@ -43,17 +43,9 @@ commands = bandit -r magnumclient -x tests -n5 -ll [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} [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} [flake8]