summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorSteven Dake <sdake@redhat.com>2013-05-16 09:31:51 -0700
committerSteven Dake <sdake@redhat.com>2013-05-16 09:33:00 -0700
commit8b813462b7e1573dd841e8f6d9d0d688321dc23d (patch)
tree1d614a0593510c63c4794d87ebac59c47002722d /test-requirements.txt
parent6a6922ab5a6cdda8a0bed6058efdce569567cf45 (diff)
downloadheat-cfntools-8b813462b7e1573dd841e8f6d9d0d688321dc23d.tar.gz
Rename requires files to standard names
From bug report: 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: I5d3bad7654e4ce101d19b40215d8c1cc93dd9832 Fixes: Bug #1179008
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
new file mode 100644
index 0000000..311676d
--- /dev/null
+++ b/test-requirements.txt
@@ -0,0 +1,9 @@
+# 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
+
+mox==0.5.3
+testrepository>=0.0.13
+testtools>=0.9.29