Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: tox.ini

Issue 29857615: Issue 6867 - Fix pytest 3.7.1 mock regression (Closed) Base URL: https://hg.adblockplus.org/cms
Patch Set: Address PS1 Comments Created Aug. 16, 2018, 9:11 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/test_page_outputs.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « tests/test_page_outputs.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld