summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorPavlo Shchelokovskyy <shchelokovskyy@gmail.com>2017-09-19 12:40:21 +0000
committerPavlo Shchelokovskyy <pshchelokovskyy@mirantis.com>2017-09-25 06:30:33 +0000
commit0e4b5b8c0504e72d5bab944c3fbe68bdd80d566e (patch)
tree6fb3f1951ef43f1c58ca6d0a90a5f9496ff7eb3d /test-requirements.txt
parenta0e0a808cfdbd7dbd742ade059884771b3d6d22f (diff)
downloadironic-0e4b5b8c0504e72d5bab944c3fbe68bdd80d566e.tar.gz
Cleanup test-requirements
- python-subunit is not used directly anywhere and it is dependency of both testrepository and os-testr (probably was used by some tox wrapper script before) - python-ironicclient is not used anywhere (probably should've been used by functional tests, but we still have none of those). Change-Id: I42aeb75dab18d90d60792f070599532fd3d9af10
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 0bdd2e8e4..b9cfbdb20 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -11,8 +11,6 @@ PyMySQL>=0.7.6 # MIT License
iso8601>=0.1.11 # MIT
oslotest>=1.10.0 # Apache-2.0
psycopg2>=2.6.2 # LGPL/ZPL
-python-ironicclient>=1.14.0 # Apache-2.0
-python-subunit>=0.0.18 # Apache-2.0/BSD
testtools>=1.4.0 # MIT
os-testr>=1.0.0 # Apache-2.0
testresources>=2.0.0 # Apache-2.0/BSD