| Index: tox.ini |
| =================================================================== |
| --- a/tox.ini |
| +++ b/tox.ini |
| @@ -12,25 +12,24 @@ |
| /cms/sources.py : A104,A107,A108,A206,A302,E501 |
| /cms/utils.py : A107,A302,E501 |
| /runserver.spec : E501,F821 |
| /tests/test_additional_paths.py : D401 |
| [testenv] |
| setenv = |
| PYTHONPATH = {toxinidir} |
| - |
| deps = |
| flask |
| jinja2 |
| urllib3 |
| markdown |
| pytest |
| pytest-cov |
| - pytest-mock |
| + mock |
|
Vasily Kuznetsov
2018/08/17 11:56:24
You don't really need to replace this dependency.
Jon Sonesen
2018/08/17 17:27:51
My bad, I just pushed this :/ in the docs they men
|
| wsgi_intercept |
| flake8 |
| flake8-per-file-ignores>=0.4 |
| flake8-docstrings |
| flake8-commas |
| pep8-naming |
| hg+https://hg.adblockplus.org/codingtools#egg=flake8-eyeo&subdirectory=flake8-eyeo |