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

Unified Diff: tox.ini

Issue 29886648: Issue #6942 - Add XTM integration in CMS (Closed)
Patch Set: Addressed initial comments Created Sept. 25, 2018, 12:24 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
« tests/xtm_mock_api.py ('K') | « tests/xtm_mock_api.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tox.ini
diff --git a/tox.ini b/tox.ini
index 4a1a1864841cda4d423c11e3938b68f5024ba8f2..e5f089ddb7b995958f9874b89b710ac04b7f6dc1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -18,6 +18,7 @@ per-file-ignores =
setenv =
PYTHONPATH = {toxinidir}
deps =
+ httplib2
Vasily Kuznetsov 2018/09/26 15:45:27 Do we need httplib2 in addition to requests? Sorry
Tudor Avram 2018/10/04 06:48:16 Nope, we don't. Put that in at the very start, for
flask
jinja2
urllib3
@@ -32,7 +33,10 @@ deps =
flake8-commas
pep8-naming
hg+https://hg.adblockplus.org/codingtools#egg=flake8-eyeo&subdirectory=flake8-eyeo
+ requests
+ pytest-console-scripts
+ pytest-mock
commands =
- py.test --cov-report term --cov-report html --cov=cms tests
+ py.test --cov-report term --cov-report html --cov=cms --disable-warnings tests
flake8 cms tests runserver.py runserver.spec
« tests/xtm_mock_api.py ('K') | « tests/xtm_mock_api.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld