From feee35c2ce1dd2d171f16418d8de0700cdcf02cf Mon Sep 17 00:00:00 2001 From: Chris MacNaughton Date: Thu, 9 May 2019 12:30:18 +0200 Subject: [PATCH] Migrate to split zaza - zaza.openstack This change adds in zaza.openstack, as well as changing the branch target of zaza to a branch with zaza.openstack removed, allowing us to validate the new library Change-Id: I2b5e3d946c7f9387b39c0c27143f68280c9c99c6 --- src/test-requirements.txt | 3 ++- tox.ini | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/test-requirements.txt b/src/test-requirements.txt index ad3cba5..e18b8b8 100644 --- a/src/test-requirements.txt +++ b/src/test-requirements.txt @@ -1,2 +1,3 @@ # zaza -git+https://github.com/openstack-charmers/zaza.git@namespace-tests#egg=zaza \ No newline at end of file +git+https://github.com/openstack-charmers/zaza.git@remove-namespaced-tests#egg=zaza +git+https://github.com/openstack-charmers/zaza-openstack-tests.git#egg=zaza.openstack \ No newline at end of file diff --git a/tox.ini b/tox.ini index 2733fa8..18a1ef1 100644 --- a/tox.ini +++ b/tox.ini @@ -26,6 +26,7 @@ commands = [testenv:py27] basepython = python2.7 +deps = # Reactive source charms are Python3-only, but a py27 unit test target # is required by OpenStack Governance. Remove this shim as soon as # permitted. http://governance.openstack.org/reference/cti/python_cti.html