From 814666c26f0506188e8ede511a0b20c642ac608c Mon Sep 17 00:00:00 2001 From: Billy Olsen Date: Mon, 18 Apr 2022 10:45:32 -0700 Subject: [PATCH] Correct zaza dependencies Change Iadd11634d1fe44731ecf0a6104561b4aeebff23f errantly landed the patch with the src/test-requirements.txt pointing to a non-official zaza branch for testing purposes. This reverts the part of the dependencies to point to the correct and official zaza repositories. Change-Id: I764efe462fa1933f3c13aed91acfb203248ac9b1 --- src/test-requirements.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/test-requirements.txt b/src/test-requirements.txt index 8ca46de3..9c7afb7f 100644 --- a/src/test-requirements.txt +++ b/src/test-requirements.txt @@ -8,6 +8,5 @@ tox # Functional Test Requirements (let Zaza's dependencies solve all dependencies here!) -# XXX Remove me before landing -git+https://github.com/gnuoy/zaza.git@add-additional-machine-error-info#egg=zaza -git+https://github.com/gnuoy/zaza-openstack-tests.git@change-zaza-dep#egg=zaza.openstack +git+https://github.com/openstack-charmers/zaza.git#egg=zaza +git+https://github.com/openstack-charmers/zaza-openstack-tests.git#egg=zaza.openstack