summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorDirk Mueller <dirk@dmllr.de>2018-03-08 10:30:31 +0100
committerDirk Mueller <dirk@dmllr.de>2018-03-08 10:30:31 +0100
commit5916702cb2f4bb4d6a1e027af1ff2240ad48fa52 (patch)
tree8249358e72129c7412f039c98b866f94f9f15bd8 /test-requirements.txt
parentd90805cd07f6749b32fcd07e7ec4230010885b24 (diff)
downloadpython-glanceclient-5916702cb2f4bb4d6a1e027af1ff2240ad48fa52.tar.gz
Remove usage of ordereddict
This was only needed for Python < 2.7, but glanceclient's setup.cfg already declares compatibility only with 2.7. Change-Id: I80d42abf5dd5565da424a90a93545ba82ef7a58d
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 8bec3aa..af93ae5 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5,7 +5,6 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
mock>=2.0.0 # BSD
-ordereddict>=1.1 # MIT
os-client-config>=1.28.0 # Apache-2.0
openstackdocstheme>=1.18.1 # Apache-2.0
reno>=2.5.0 # Apache-2.0