mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Add mock as a test dependency
This commit is contained in:
parent
3741101d70
commit
973c99c616
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -31,6 +31,7 @@ test_deps = [
|
||||||
"pytest-cov",
|
"pytest-cov",
|
||||||
"pytest-env",
|
"pytest-env",
|
||||||
"pytest-mock",
|
"pytest-mock",
|
||||||
|
"mock",
|
||||||
"requests",
|
"requests",
|
||||||
"requests-mock",
|
"requests-mock",
|
||||||
"webtest",
|
"webtest",
|
||||||
|
|
Loading…
Reference in a new issue