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
This commit is contained in:
Doug Fish 2015-09-29 20:52:37 +00:00
parent f5e2ca2621
commit fce96649d9
1 changed files with 1 additions and 0 deletions

View File

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