summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorZhenguo Niu <Niu.ZGlinux@gmail.com>2013-05-29 17:36:23 +0800
committerZhenguo Niu <Niu.ZGlinux@gmail.com>2013-05-29 17:38:13 +0800
commitbac0718764ac5e7cc22adf24d035db0be0cf90d9 (patch)
tree421ada3a47320135d028ea0267164c9b3dc3c211 /test-requirements.txt
parent443009270621cd6ed26d61315ecbc108cc96916e (diff)
downloadpython-openstackclient-bac0718764ac5e7cc22adf24d035db0be0cf90d9.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: I903213fda94a833335abaa7ad9a90bbb688ec15a Fixes: bug #1179008
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
new file mode 100644
index 00000000..1eb2509c
--- /dev/null
+++ b/test-requirements.txt
@@ -0,0 +1,16 @@
+# Install bounded pep8/pyflakes first, then let flake8 install
+pep8==1.4.5
+pyflakes==0.7.2
+flake8==2.0
+hacking>=0.5.3,<0.6
+
+distribute>=0.6.24
+
+coverage
+discover
+fixtures>=0.3.12
+mock
+openstack.nose_plugin
+sphinx>=1.1.2
+testrepository>=0.0.13
+testtools>=0.9.26