summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorStuart McLaren <stuart.mclaren@hp.com>2015-11-27 11:01:55 +0000
committerStuart McLaren <stuart.mclaren@hp.com>2015-11-27 11:07:17 +0000
commit8438be77d661465d0ae075f2482a1a6a7375ac44 (patch)
treee876b691f0135ecf270b8c09954e3fdb7a8e747b /test-requirements.txt
parentaf91e2cc0cfeebc6c5684e6da78bfb9403b5d859 (diff)
downloadpython-glanceclient-8438be77d661465d0ae075f2482a1a6a7375ac44.tar.gz
Add ordereddict requirement for py26 tests
Tests which required OrderedDict were failing because Python 2.6 doesn't have a native OrderedDict implementation. Change-Id: Id3b0a9126279bf628022dba596d58b9e3ddb2b52 Closes-bug: 1520544
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index e2c3121..c7a7661 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6,6 +6,7 @@ hacking<0.11,>=0.10.0
coverage>=3.6
discover
mock>=1.2
+ordereddict
os-client-config!=1.6.2,>=1.4.0
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2