summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorRuby Loo <ruby.loo@intel.com>2016-07-21 09:48:16 -0400
committerRuby Loo <ruby.loo@intel.com>2016-07-21 09:48:16 -0400
commit16f4b8812d0999f3cfcfa2aa28254466e2f2a96d (patch)
treeec8ba407a846e95cb831c1213f2b3155a0dd62be /test-requirements.txt
parent2a6549a20a2ae6f183ab82cc1cb6a2786c144384 (diff)
downloadpython-ironicclient-16f4b8812d0999f3cfcfa2aa28254466e2f2a96d.tar.gz
Remove discover from test-requirements
'discover' is test discovery for unittest and is only needed for < python 2.7 (it was introduced in py 2.7), so it is no longer needed. Change-Id: I797885f7c011df9b8cb08212704877a2ba32374a
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index afedb27..9922663 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -3,7 +3,6 @@
# process, which may cause wedges in the gate later.
hacking<0.11,>=0.10.0
coverage>=3.6 # Apache-2.0
-discover # BSD
doc8 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
requests-mock>=1.0 # Apache-2.0