summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Martinelli <s.martinelli@gmail.com>2016-08-12 14:01:22 -0400
committerSteve Martinelli <s.martinelli@gmail.com>2016-12-13 02:43:47 +0000
commit005a1a9a9c16b5d33dc756ef159b884242763616 (patch)
tree728b59aac2eaa017370d834120df83601939afc5
parent012bc3d436fb29ef99aec405d13af5e5a1cfd3df (diff)
downloadkeystone-005a1a9a9c16b5d33dc756ef159b884242763616.tar.gz
Update constraints in tox.ini
This is a merge of two commits, the gate is wedged. 1. Constraints are ready to be used for tox.ini Per email[1] from Andreas, we don't need to hack at install_command any longer. [1] http://openstack.markmail.org/thread/a4l7tokbotwqvuoh 2. Use constraints for coverage job OpenStack CI supports now constraints in the coverage job - as a first job to check that the recent changes for zuul-cloner work correctly. Change-Id: I3812776ab228bf28df9934273df7fe8ee0880660 (cherry picked from commit a6c77639a1ecd5421eaf37b8775e2e44c0d80d38) Change-Id: Ic224c1e20693410c485e45cab5bdaa5d96192f09 (cherry picked from commit 85ae2454c9eea8fa134df74527cbd1f2e910fe05)
-rw-r--r--tox.ini12
1 files changed, 0 insertions, 12 deletions
diff --git a/tox.ini b/tox.ini
index 13ca0d847..aea6c7d13 100644
--- a/tox.ini
+++ b/tox.ini
@@ -62,19 +62,11 @@ commands = bandit -r keystone -x tests
[testenv:cover]
# Also do not run test_coverage_ext tests while gathering coverage as those
# tests conflict with coverage.
-# 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 =
find keystone -type f -name "*.pyc" -delete
python setup.py testr --coverage --testr-args='{posargs}'
[testenv:venv]
-# NOTE(jaegerandi): 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 = {posargs}
[testenv:debug]
@@ -137,10 +129,6 @@ commands=
python setup.py build_sphinx
[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 = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[testenv:genconfig]