From 94119ac77287bc2d85cda69d8893d7d24a6d93a1 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Sun, 4 Jun 2017 11:19:30 +0100 Subject: [PATCH] Ensure that role tests pin pip/setuptools/wheel Currently the role tests use whatever versions of pip, setuptools and wheel are already installed on the host. When a version of these tools changes it often causes problems for our testing. This will ensure that we use a known good set of pins which is maintained in the general SHA bumping process. Change-Id: If6ae220ba5f1a2579f72647d9f0ca91cadaf2682 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 9a64c4b..0ac9a8d 100644 --- a/tox.ini +++ b/tox.ini @@ -76,6 +76,7 @@ commands = [testenv:ansible] deps = {[testenv]deps} + -rhttps://git.openstack.org/cgit/openstack/openstack-ansible/plain/global-requirement-pins.txt -rhttps://git.openstack.org/cgit/openstack/openstack-ansible-tests/plain/test-ansible-deps.txt