From d7bd59b9b32dd1dfdec29a86519bce21d3e9a9dd Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Thu, 22 Mar 2018 17:48:18 -0400 Subject: 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 --- .zuul.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.zuul.yaml') 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 -- cgit v1.2.1