Retarget Zaza to master now that split has landed

This change is required as Zaza underwent a split of the openstack
tests from the Zaza project, so we had to track the working branch
until that change landed. As it has landed, it is now time to use
Zaza from master again

Change-Id: I3f4b9ba3177a1262468d4222a9f9c4f3df078398
This commit is contained in:
Chris MacNaughton 2019-05-22 12:24:29 +02:00
parent 8d9fe14003
commit 518f2cdc37
1 changed files with 1 additions and 1 deletions

View File

@ -20,5 +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@remove-namespaced-tests#egg=zaza;python_version>'3.4'
git+https://github.com/openstack-charmers/zaza.git#egg=zaza;python_version>'3.4'
git+https://github.com/openstack-charmers/zaza-openstack-tests.git#egg=zaza.openstack;python_version>'3.4'