From c681d6203fa8c8f33fbb82e7ff3a9aaba9c0284c Mon Sep 17 00:00:00 2001 From: Florian Bruhin <git@the-compiler.org> Date: Wed, 9 Mar 2016 21:20:03 +0100 Subject: [PATCH] tox: Add missing requests dependency for pylint-tip --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index fdc8020b9..5f562b6cd 100644 --- a/tox.ini +++ b/tox.ini @@ -143,6 +143,7 @@ deps = {[testenv:misc]deps} git+https://github.com/PyCQA/astroid.git git+https://github.com/PyCQA/pylint.git + requests==2.9.1 ./scripts/dev/pylint_checkers commands = {envpython} scripts/link_pyqt.py --tox {envdir}