summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2018-03-22 17:48:18 -0400
committerDoug Hellmann <doug@doughellmann.com>2018-04-09 14:08:45 -0400
commitd7bd59b9b32dd1dfdec29a86519bce21d3e9a9dd (patch)
treed235bf70afd95b19b77969e59a95f646766668b8 /.zuul.yaml
parentf41ad78cd49788bc8589b849a888aeb9bb916997 (diff)
downloadpython-heatclient-d7bd59b9b32dd1dfdec29a86519bce21d3e9a9dd.tar.gz
add lower-constraints job
Create a tox environment for running the unit tests against the lower bounds of the dependencies. Create a lower-constraints.txt to be used to enforce the lower bounds in those tests. Add openstack-tox-lower-constraints job to the zuul configuration. Update PrettyTable dependency so the tests pass. See http://lists.openstack.org/pipermail/openstack-dev/2018-March/128352.html for more details. Change-Id: I59c771ca583fb0ebc9f39314ee68264410f8a173 Depends-On: https://review.openstack.org/555034 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index ab4d643..57ad381 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -15,6 +15,8 @@
check:
jobs:
- heatclient-functional
+ - openstack-tox-lower-constraints
gate:
jobs:
- heatclient-functional
+ - openstack-tox-lower-constraints