From 08bbb6b7c7bf2b5eba8563791b8449e2d00d66e9 Mon Sep 17 00:00:00 2001 From: Lamar Pavel Date: Tue, 20 Oct 2015 17:30:39 +0200 Subject: [PATCH] Consider new UA script in tox tests To avoid failing tests tox now includes one of the modules required by the script and the latter informs pylint to ignore one of the imports. --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index cbe077b75..6c4d349d1 100644 --- a/tox.ini +++ b/tox.ini @@ -96,6 +96,7 @@ deps = logilab-common==1.1.0 six==1.10.0 vulture==0.8.1 + requests==2.8.1 commands = {envpython} scripts/link_pyqt.py --tox {envdir} {envpython} -m pylint scripts qutebrowser --rcfile=.pylintrc --output-format=colorized --reports=no --expected-line-ending-format=LF