tox: Add requirements.io filter for logilab-common.
pylint is broken with logilab-common=1.0.0 currently: https://bitbucket.org/logilab/pylint/issue/575/support-for-logilabcommon-100
This commit is contained in:
parent
616c842f2f
commit
e6655cf66d
2
tox.ini
2
tox.ini
@ -68,7 +68,7 @@ deps =
|
|||||||
astroid==1.3.6
|
astroid==1.3.6
|
||||||
beautifulsoup4==4.3.2
|
beautifulsoup4==4.3.2
|
||||||
pylint==1.4.3
|
pylint==1.4.3
|
||||||
logilab-common==0.63.2
|
logilab-common==0.63.2 # rq.filter: <1.0.0
|
||||||
six==1.9.0
|
six==1.9.0
|
||||||
commands =
|
commands =
|
||||||
{envpython} scripts/link_pyqt.py --tox {envdir}
|
{envpython} scripts/link_pyqt.py --tox {envdir}
|
||||||
|
Loading…
Reference in New Issue
Block a user