tox: Add missing requests dependency for pylint-tip
This commit is contained in:
parent
146c44b351
commit
c681d6203f
1
tox.ini
1
tox.ini
@ -143,6 +143,7 @@ deps =
|
|||||||
{[testenv:misc]deps}
|
{[testenv:misc]deps}
|
||||||
git+https://github.com/PyCQA/astroid.git
|
git+https://github.com/PyCQA/astroid.git
|
||||||
git+https://github.com/PyCQA/pylint.git
|
git+https://github.com/PyCQA/pylint.git
|
||||||
|
requests==2.9.1
|
||||||
./scripts/dev/pylint_checkers
|
./scripts/dev/pylint_checkers
|
||||||
commands =
|
commands =
|
||||||
{envpython} scripts/link_pyqt.py --tox {envdir}
|
{envpython} scripts/link_pyqt.py --tox {envdir}
|
||||||
|
Loading…
Reference in New Issue
Block a user