mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-14 00:14:46 +00:00
Fix tests until we can understand why mock breaks
This commit is contained in:
parent
71261c36cb
commit
0a678913c9
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -6,7 +6,7 @@ envlist =
|
||||||
[testenv]
|
[testenv]
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
deps =
|
deps =
|
||||||
mock
|
mock<1.1.0
|
||||||
nose
|
nose
|
||||||
commands =
|
commands =
|
||||||
python setup.py test -q
|
python setup.py test -q
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue