summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorCarlos D. Garza <carlos.garza@rackspace.com>2013-05-24 19:25:21 -0500
committerCarlos D. Garza <carlos.garza@rackspace.com>2013-05-28 18:22:04 -0500
commitae2a91f25513c4f572f70f2cf664353f7cbcb3aa (patch)
treeeae6b706338981afb2cbeedb7a9565dff80b607b /tools
parentde7fd2b2c032a706aff0d4722fbf4f7071c5302d (diff)
downloadpython-neutronclient-ae2a91f25513c4f572f70f2cf664353f7cbcb3aa.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. adding test-requirements.txt to quantumclient/openstack/common/setup.py per review instructions. Change-Id: Ibf991b400bfbeb4222216649901586e01a0255b1 Fixes: bug #1179008
Diffstat (limited to 'tools')
-rw-r--r--tools/pip-requires9
-rw-r--r--tools/test-requires16
2 files changed, 0 insertions, 25 deletions
diff --git a/tools/pip-requires b/tools/pip-requires
deleted file mode 100644
index b1acf18..0000000
--- a/tools/pip-requires
+++ /dev/null
@@ -1,9 +0,0 @@
-d2to1>=0.2.10,<0.3
-pbr>=0.5.10,<0.6
-argparse
-cliff>=1.3.2
-httplib2
-iso8601
-prettytable>=0.6,<0.8
-pyparsing>=1.5.6,<2.0
-simplejson
diff --git a/tools/test-requires b/tools/test-requires
deleted file mode 100644
index a9e4dff..0000000
--- a/tools/test-requires
+++ /dev/null
@@ -1,16 +0,0 @@
-# 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
-
-cliff-tablib>=1.0
-coverage
-discover
-distribute>=0.6.24
-fixtures>=0.3.12
-mox
-python-subunit
-sphinx>=1.1.2
-testrepository>=0.0.13
-testtools>=0.9.22