summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorniu-zglinux <Niu.ZGlinux@gmail.com>2013-05-29 22:13:02 +0800
committerGerrit Code Review <review@openstack.org>2013-05-30 22:14:28 +0000
commit2d12f09c66e0221ba7f43cc64677c05486a42ea6 (patch)
tree2da3bec63689077e3cb2f1c5bf874754bfaece13 /test-requirements.txt
parent874e0e4427b80e1b15b74a1557b73ba9d61443ca (diff)
downloadpython-swiftclient-2d12f09c66e0221ba7f43cc64677c05486a42ea6.tar.gz
Rename requires files to standard names.
Rename tools/pip-requires to requirements.txt and tools/test-requires to test-requirements.txt. These are standard files, and tools in the general world are growing intelligence about them. Change-Id: I9c1356f22f6527be44b4b3f6a77012156ff1637b Fixes: bug #1179008
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
new file mode 100644
index 0000000..66136b0
--- /dev/null
+++ b/test-requirements.txt
@@ -0,0 +1,13 @@
+distribute>=0.6.24
+
+# Install bounded pep8/pyflakes first, then let flake8 install
+pep8==1.4.5
+pyflakes==0.7.2
+flake8==2.0
+
+coverage
+discover
+python-keystoneclient
+sphinx>=1.1.2
+testrepository>=0.0.13
+testtools>=0.9.22