summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorThomas Bechtold <tbechtold@suse.com>2017-08-21 14:50:05 +0200
committerThomas Bechtold <tbechtold@suse.com>2017-08-21 15:25:44 +0200
commit8d7b2ce3c084681f95107f3160eb0f7bf4d8b550 (patch)
tree56dab1183c2d66ef9e3aac97204c3405b7ef9968 /setup.cfg
parentff9cfff507cd2f62d5ce9c2b549ea91a66f4049c (diff)
downloadhorizon-8d7b2ce3c084681f95107f3160eb0f7bf4d8b550.tar.gz
Make nosehtmloutput an optional test requirement
It is not strictly needed. Change-Id: I37b2623ec834533a7ecae63084e2c2c04ecc1751
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 8bf20b48b..d6582621f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -22,6 +22,10 @@ classifier =
Programming Language :: Python :: 3.5
Topic :: Internet :: WWW/HTTP
+[extras]
+test =
+ nosehtmloutput>=0.0.3 # Apache-2.0
+
[global]
setup-hooks =
openstack_dashboard.hooks.setup_hook