From 4a1c791a46d90d8ef2d74cc8fbd291fc1b52deb6 Mon Sep 17 00:00:00 2001 From: Claudiu Popa Date: Sat, 5 Sep 2015 15:24:35 +0300 Subject: Bring logilab-common's ureports into pylint.reporters. With this change, we moved away from depending on logilab-common, having in Pylint all the components that were used from logilab-common. The API should be considered an implementation detail and can change at some point in the future. Closes issue #621. --- tox.ini | 2 -- 1 file changed, 2 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 655822a..859e97f 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,6 @@ envlist = py27, py33, pylint [testenv:pylint] deps = - logilab-common hg+https://bitbucket.org/logilab/astroid/ six hg+https://bitbucket.org/logilab/pylint @@ -13,7 +12,6 @@ commands = pylint -rn --rcfile={toxinidir}/pylintrc {envsitepackagesdir}/pylint [testenv] deps = - logilab-common hg+https://bitbucket.org/logilab/astroid/ six commands = python -Wi -m unittest discover -s {envsitepackagesdir}/pylint/test/ -p {posargs:*test_*}.py -- cgit v1.2.1