Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(287)

Unified Diff: tools/telemetry/third_party/gsutil/third_party/oauth2client/tox.ini

Issue 1260493004: Revert "Add gsutil 4.13 to telemetry/third_party" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/telemetry/third_party/gsutil/third_party/oauth2client/tox.ini
diff --git a/tools/telemetry/third_party/gsutil/third_party/oauth2client/tox.ini b/tools/telemetry/third_party/gsutil/third_party/oauth2client/tox.ini
deleted file mode 100644
index 54f6c333d3c5421dbffbc4d8f32fe434fb7cf9f8..0000000000000000000000000000000000000000
--- a/tools/telemetry/third_party/gsutil/third_party/oauth2client/tox.ini
+++ /dev/null
@@ -1,95 +0,0 @@
-[tox]
-envlist = py26,py27,py33,py34,pypy,cover
-
-[testenv]
-basedeps = keyring
- mock
- pycrypto==2.6
- webtest
- nose
-deps = {[testenv]basedeps}
- django
- pyopenssl==0.14
-setenv = PYTHONPATH=../google_appengine
-commands = nosetests --ignore-files=test_appengine\.py {posargs}
-
-# whitelist
-branches:
- only:
- - master
- - python3
-
-[testenv:cover]
-basepython = python2.7
-commands =
- nosetests --with-xunit --with-xcoverage --cover-package=oauth2client --nocapture --cover-erase --cover-tests --cover-branches --ignore-files=test_appengine\.py --cover-min-percentage=60
-deps = {[testenv]deps}
- coverage
- nosexcover
-
-[testenv:coveralls]
-basepython = {[testenv:cover]basepython}
-commands =
- {[testenv:cover]commands}
- coveralls
-deps =
- {[testenv:cover]deps}
- coveralls
-passenv = {[testenv:system-tests]passenv}
-
-[testenv:docs]
-basepython = python2.7
-deps =
- {[testenv:cover]deps}
- python-gflags
- pyyaml
- sphinx>=1.3b2
- sphinx-rtd-theme
-commands = {toxinidir}/scripts/build-docs
-
-[testenv:pushdocs]
-basepython = python2.7
-deps =
- {[testenv:docs]deps}
- ghp-import
-commands =
- {toxinidir}/scripts/build-docs
- {toxinidir}/scripts/push-docs
-
-[testenv:py26]
-basepython = python2.6
-deps = {[testenv]basedeps}
- django>=1.5,<1.6
- pyopenssl==0.14
-
-[testenv:py26openssl13]
-basepython = python2.6
-deps = {[testenv]basedeps}
- django>=1.5,<1.6
- pyopenssl<0.14
-
-[testenv:py27openssl13]
-basepython = python2.7
-deps = {[testenv]basedeps}
- django>=1.5,<1.6
- pyopenssl<0.14
-
-[testenv:system-tests]
-basepython =
- python2.7
-commands =
- {toxinidir}/scripts/run_system_tests.sh
-deps =
- pycrypto==2.6
- pyopenssl==0.14
-passenv = GOOGLE_* OAUTH2CLIENT_* TRAVIS*
-
-[testenv:system-tests3]
-basepython =
- python3.4
-commands =
- {toxinidir}/scripts/run_system_tests.sh
-deps =
- pycrypto==2.6
- pyopenssl==0.14
-passenv = {[testenv:system-tests]passenv}

Powered by Google App Engine
This is Rietveld 408576698