From 627d0ba52f8f04765e09c9fe0974a2308ee6def3 Mon Sep 17 00:00:00 2001 From: niu-zglinux Date: Wed, 29 May 2013 22:03:40 +0800 Subject: 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: Ib3e50a811868e2969923d978ee00c4f92682aa1c Fixes: bug #1179008 --- test-requirements.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test-requirements.txt (limited to 'test-requirements.txt') diff --git a/test-requirements.txt b/test-requirements.txt new file mode 100644 index 000000000..c2b0d7a83 --- /dev/null +++ b/test-requirements.txt @@ -0,0 +1,12 @@ +# Install bounded pep8/pyflakes first, then let flake8 install +pep8==1.4.5 +pyflakes==0.7.2 +flake8==2.0 + +coverage +nose +nosexcover +openstack.nose_plugin +nosehtmloutput +sphinx>=1.1.2 +mock>=0.8.0 -- cgit v1.2.1