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
This commit is contained in:
Chris MacNaughton 2019-05-09 12:29:39 +02:00
parent 09bd2289be
commit b8f6265158
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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