summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorChenZheng <chen.zheng@easystack.cn>2014-02-27 14:49:09 +0800
committerChenZheng <chen.zheng@easystack.cn>2014-04-08 13:29:58 +0800
commit035abae6ef6c87f7439392de955e3c55882bfa73 (patch)
treeb546ca29db75330cd30bc13d569a1a1d290e557e /test-requirements.txt
parentec350d7a4f957dbb958bd99d5852ffde7d17d45b (diff)
downloadheat-035abae6ef6c87f7439392de955e3c55882bfa73.tar.gz
Sort requirement files in alphabetical order
This makes code more readable, and can check whether specific library in the requirement files easily. We also enforce the check in pep8. Change-Id: I032c3c3d29522ce85f64b21d6428d975e46cc701 Closes-Bug: #1285478
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt15
1 files changed, 7 insertions, 8 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index f8aab6837..c02607833 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,14 +1,13 @@
-# Hacking already pins down pep8, pyflakes and flake8
-hacking>=0.8.0,<0.9
-
coverage>=3.6
discover
+# Hacking already pins down pep8, pyflakes and flake8
+hacking>=0.8.0,<0.9
+lockfile>=0.8
mock>=1.0
mox>=0.5.3
-testtools>=0.9.34
-testrepository>=0.0.18
-testscenarios>=0.4
+oslosphinx
python-glanceclient>=0.9.0
sphinx>=1.1.2,<1.2
-oslosphinx
-lockfile>=0.8
+testrepository>=0.0.18
+testscenarios>=0.4
+testtools>=0.9.34