tox: Update pytest-flakes to 1.0.1.
Changelog: - make the data json clean so we can support modern pytest
This commit is contained in:
parent
c195ee225d
commit
01f424fdb0
2
tox.ini
2
tox.ini
@ -111,7 +111,7 @@ deps =
|
|||||||
py==1.4.30
|
py==1.4.30
|
||||||
pytest==2.7.3
|
pytest==2.7.3
|
||||||
pyflakes==0.9.2
|
pyflakes==0.9.2
|
||||||
pytest-flakes==1.0.0
|
pytest-flakes==1.0.1
|
||||||
commands =
|
commands =
|
||||||
{envpython} scripts/link_pyqt.py --tox {envdir}
|
{envpython} scripts/link_pyqt.py --tox {envdir}
|
||||||
{envpython} -m py.test -q --flakes --ignore=tests
|
{envpython} -m py.test -q --flakes --ignore=tests
|
||||||
|
Loading…
Reference in New Issue
Block a user