From b8f6265158abb97205178c04cccacae1cc5c918d Mon Sep 17 00:00:00 2001 From: Chris MacNaughton Date: Thu, 9 May 2019 12:29:39 +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: Ide3a4a0e05d88731bbf5c1c33475ad3d86b95e6f --- test-requirements.txt | 3 ++- tox.ini | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index d129d57d..cb80d6ed 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -20,4 +20,5 @@ pika>=0.10.0,<1.0 distro-info pytz pyudev # for ceph-* charm unit tests (not mocked?) -git+https://github.com/openstack-charmers/zaza.git@namespace-tests#egg=zaza;python_version>='3.0' +git+https://github.com/openstack-charmers/zaza.git@remove-namespaced-tests#egg=zaza;python_version>='3.0' +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 f5b4a7e2..4d35de76 100644 --- a/tox.ini +++ b/tox.ini @@ -23,6 +23,7 @@ deps = -r{toxinidir}/test-requirements.txt # permitted. http://governance.openstack.org/reference/cti/python_cti.html whitelist_externals = true commands = true +deps = [testenv:py35] basepython = python3.5