summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2014-08-15 17:11:43 -0700
committerDolph Mathews <dolph.mathews@gmail.com>2014-08-20 17:09:04 -0500
commit600be6f00a60618232c3845f585ff782ab68765c (patch)
tree723e1f47e1d6624e26aef1845ce0a9374849a502 /test-requirements.txt
parent4cc17635580e189d5d90300ecf5af1536cb666be (diff)
downloadpython-keystoneclient-600be6f00a60618232c3845f585ff782ab68765c.tar.gz
Unsort pbr and hacking in requirements files
Each of these wants to come first. Python does not have a dep solver, so order is actually important. Change-Id: I10450de1839c41d729b606a04a944507d2427987
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index b4ddffa..da16dae 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,7 +1,8 @@
+hacking>=0.8.0,<0.9
+
coverage>=3.6
discover
fixtures>=0.3.14
-hacking>=0.8.0,<0.9
keyring>=2.1,!=3.3
lxml>=2.3
mock>=1.0