jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/463313 )
Change subject: [tests] Remove unused flake8-diff section ......................................................................
[tests] Remove unused flake8-diff section
according to jayvdb, it can not be voting against patches due to high number of undesirable reported problems.[1] [1]: I993886870e44d06dd8df882bb205cecb4c841f54
Change-Id: I158893b217c13e74ac367a7bf3b3e1fc491f67ef --- M tox.ini 1 file changed, 0 insertions(+), 13 deletions(-)
Approvals: Dalba: Looks good to me, approved jenkins-bot: Verified
diff --git a/tox.ini b/tox.ini index d4c61c5..0b4605b 100644 --- a/tox.ini +++ b/tox.ini @@ -56,19 +56,6 @@ flake8 --doctests {posargs} basepython = python2.7
-# 4a226d07 is https://github.com/erikrose/blessings/pull/104 -[testenv:flake8-diff] -commands = - flake8 --version - flake8-diff --flake8-options --ignore={[flake8]ignore} {posargs} -deps = flake8-diff - https://github.com/erikrose/blessings/archive/4a226d07.zip - flake8-docstrings<0.2.2 - flake8-per-file-ignores - pep8-naming - flake8-quotes - flake8-blind-except - [testenv:nose] commands = python -W error::UserWarning -m generate_user_files -family:test -lang:test -v
pywikibot-commits@lists.wikimedia.org