summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2015-03-20 16:14:39 +0000
committerDoug Hellmann <doug@doughellmann.com>2015-03-20 16:14:43 +0000
commit3879e83ff685121a80eeb4cec577c551b0f77cd9 (patch)
treed633e3d32c05b0fe00471494830fd079c36ea0e9 /test-requirements.txt
parent5de2c31e9d24f40fc7d33ddb1ce407ffdc6f366c (diff)
downloadoslo-vmware-3879e83ff685121a80eeb4cec577c551b0f77cd9.tar.gz
Move pylint dependency to tox.ini
We do not run a gate job against oslo.vmware using pylint, so move the dependency out of the synced requirements and into the tox environment settings instead. If that's no longer useful, we can remove the tox environment completely. Change-Id: Ice3527b8d92137d04fd77e7e800a5875fa7fdaf2
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index cfaa103..cb85ae8 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4,7 +4,6 @@
# Hacking already pins down pep8, pyflakes and flake8
hacking>=0.9.2,<0.10
-pylint>=1.3.0 # GNU GPL v2
discover
fixtures>=0.3.14