summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatthew.hodgins <matthew.hodgins@calxeda.com>2013-08-27 13:33:25 -0500
committermatthew.hodgins <matthew.hodgins@calxeda.com>2013-08-27 13:33:25 -0500
commitf51dbfc1d48e2384d8dacb0865675496a1092153 (patch)
treeb1b02f932ce24977316567fdba93897594e6a088
parentead8c0a583636004ff0fc468c649d882a4ec6dc1 (diff)
downloadcxmanage-f51dbfc1d48e2384d8dacb0865675496a1092153.tar.gz
AIT-222 added missing xmlrunner package
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 56b7088..c2b5bb5 100644
--- a/setup.py
+++ b/setup.py
@@ -47,6 +47,7 @@ setup(
'pexpect',
'pyipmi>=0.8.0',
'argparse',
+ 'unittest-xml-reporting<1.6.0'
],
extras_require={
'docs': ['sphinx', 'cloud_sptheme'],