summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Martinelli <s.martinelli@gmail.com>2016-06-23 16:01:34 -0400
committerSteve Martinelli <s.martinelli@gmail.com>2016-07-15 18:11:30 +0000
commit76b8d42003951c7803b215ae6165766960f04247 (patch)
tree57a4dbc191c1467d7bbf06320e7f5a8cbdc1d022
parent6bf21f3660658c8916365aa51bfd6fc61fbd7121 (diff)
downloadkeystone-stable/liberty.tar.gz
fix cover job for libertyliberty-eolstable/liberty
This will remove the custom install_command from the cover target, since it does not follow the upper constraints. Depends-On: I2c0fb1e9b5a51be409687d9cb85ee3ae70c1ce94 Change-Id: I31eeb2af4dfdb121ab2d138bc9c739f37c2a43e2
-rw-r--r--tox.ini4
1 files changed, 0 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 18f8ae5cf..512f4b4d6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -68,10 +68,6 @@ downloadcache = ~/cache/pip
[testenv:cover]
commands = python setup.py testr --coverage --testr-args='{posargs}'
-# 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}
[testenv:venv]
# NOTE(jaegerandi): this target does not use constraints because