From fce96649d990ee9c2ff98c4e79c1701f9afad28a Mon Sep 17 00:00:00 2001 From: Doug Fish Date: Tue, 29 Sep 2015 20:52:37 +0000 Subject: [PATCH] Add requirement for testing The initial patch needs Django in order to pass gate tests. Once unit tests are robust, all of Horizon will be needed. Import all of Horizon to enable this. Partially-Implements: blueprint horizon-lbaas-v2-ui Change-Id: I0a6556d3da27852ea5940c3b2d057063527669d3 --- test-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-requirements.txt b/test-requirements.txt index 0c885d39..a3cd0c7f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,6 +4,7 @@ hacking<0.11,>=0.10.0 +http://tarballs.openstack.org/horizon/horizon-master.tar.gz#egg=horizon coverage>=3.6 discover python-subunit>=0.0.18