summaryrefslogtreecommitdiff
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
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
-rw-r--r--requirements.txt (renamed from tools/pip-requires)0
-rw-r--r--test-requirements.txt (renamed from tools/test-requires)0
-rw-r--r--tox.ini6
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/pip-requires b/requirements.txt
index 52f376c..52f376c 100644
--- a/tools/pip-requires
+++ b/requirements.txt
diff --git a/tools/test-requires b/test-requirements.txt
index 311676d..311676d 100644
--- a/tools/test-requires
+++ b/test-requirements.txt
diff --git a/tox.ini b/tox.ini
index 33e33d7..7ae1ea3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,8 +6,8 @@ setenv = VIRTUAL_ENV={envdir}
LANG=en_US.UTF-8
LANGUAGE=en_US:en
LC_ALL=C
-deps = -r{toxinidir}/tools/pip-requires
- -r{toxinidir}/tools/test-requires
+deps = -r{toxinidir}/requirements.txt
+ -r{toxinidir}/test-requirements.txt
commands = python setup.py testr --slowest --testr-args='{posargs}'
[tox:jenkins]
@@ -19,7 +19,7 @@ commands = flake8
[testenv:pylint]
setenv = VIRTUAL_ENV={envdir}
-deps = -r{toxinidir}/tools/pip-requires
+deps = -r{toxinidir}/requirements.txt
pylint==0.26.0
commands = bash tools/lintstack.sh