mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Fix tests breaking due to pytest mock
Release 1.12.0 of pytest-mock now raises an error on context manager usage. See https://github.com/pytest-dev/pytest-mock/blob/master/CHANGELOG.rst#1120-2019-11-19
This commit is contained in:
parent
0eb77e4e8b
commit
917528f70d
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -1,5 +1,5 @@
|
||||||
[tox]
|
[tox]
|
||||||
envlist =
|
envlist =
|
||||||
py27
|
py27
|
||||||
lint
|
lint
|
||||||
docs
|
docs
|
||||||
|
|
Loading…
Add table
Reference in a new issue