summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorJiri Tomasek <jtomasek@redhat.com>2013-05-28 10:06:10 +0200
committerJiri Tomasek <jtomasek@redhat.com>2013-05-29 12:07:35 +0200
commit5b24518b10a842dcceb4236860ac3e80839f1789 (patch)
tree12eb893281318018f401e96b5cc0715a09f3ba2a /test-requirements.txt
parent4b9cd0040dc6a77fbc1e91e3bec71b5bf515e1c1 (diff)
downloadhorizon-5b24518b10a842dcceb4236860ac3e80839f1789.tar.gz
Renames 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: Iac3c680dd19cabd8ea38598a6e2bb27238030a2d Fixes: bug #1179008
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
new file mode 100644
index 000000000..e027cee3f
--- /dev/null
+++ b/test-requirements.txt
@@ -0,0 +1,22 @@
+distribute>=0.6.24
+
+# 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
+
+# Testing Requirements
+coverage
+django-nose
+mox
+nose
+nose-exclude
+nosexcover
+openstack.nose_plugin
+nosehtmloutput
+selenium
+
+# Docs Requirements
+sphinx
+docutils==0.9.1 # for bug 1091333, remove after sphinx >1.1.3 is released.