summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-06-03 18:42:06 -0400
committerMonty Taylor <mordred@inaugust.com>2013-06-03 18:44:20 -0400
commitb11db36f471a854326cb23023332381664b09cbf (patch)
tree8c405f0fad3a7151feb9a0284bc051325d6b9d96 /tools
parentfc930eb91d5e113f20380cf8dbefbde1c8df972d (diff)
downloadtrove-b11db36f471a854326cb23023332381664b09cbf.tar.gz
Updated to use normal requirements names.
Change-Id: I20545a3250c7db826b5c9133b8a94e3a8b2a3dbf
Diffstat (limited to 'tools')
-rwxr-xr-xtools/install_venv.py4
-rw-r--r--tools/pip-requires20
-rw-r--r--tools/test-requires24
3 files changed, 2 insertions, 46 deletions
diff --git a/tools/install_venv.py b/tools/install_venv.py
index b05a3f87..4debd4c8 100755
--- a/tools/install_venv.py
+++ b/tools/install_venv.py
@@ -31,8 +31,8 @@ import sys
ROOT = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
VENV = os.path.join(ROOT, '.venv')
-PIP_REQUIRES = os.path.join(ROOT, 'tools', 'pip-requires')
-TEST_REQUIRES = os.path.join(ROOT, 'tools', 'test-requires')
+PIP_REQUIRES = os.path.join(ROOT, 'requirements.txt')
+TEST_REQUIRES = os.path.join(ROOT, 'test-requirements.txt')
PY_VERSION = "python%s.%s" % (sys.version_info[0], sys.version_info[1])
diff --git a/tools/pip-requires b/tools/pip-requires
deleted file mode 100644
index 48615687..00000000
--- a/tools/pip-requires
+++ /dev/null
@@ -1,20 +0,0 @@
-d2to1>=0.2.10,<0.3
-pbr>=0.5,<0.6
-SQLAlchemy>=0.7.8,<=0.7.9
-eventlet
-extras
-kombu==1.5.1
-routes
-WebOb
-PasteDeploy
-paste
-sqlalchemy-migrate>=0.7.2
-netaddr
-factory_boy
-httplib2
-lxml
-python-novaclient
-python-keystoneclient
-python-swiftclient
-iso8601
-oslo.config>=1.1.0
diff --git a/tools/test-requires b/tools/test-requires
deleted file mode 100644
index 79e56242..00000000
--- a/tools/test-requires
+++ /dev/null
@@ -1,24 +0,0 @@
-# Packages needed for dev testing
-distribute>=0.6.28
-
-# 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
-
-coverage
-nose
-nosexcover
-openstack.nose_plugin
-webtest
-wsgi_intercept
-proboscis==1.2.5.3
-https://github.com/stackforge/python-reddwarfclient/tarball/master#egg=python-reddwarfclient
-mock
-mox
-testtools>=0.9.22
-pexpect
-discover
-testrepository>=0.0.8
-mockito