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