Page MenuHomePhabricator

flake8 v3 incompatible with flake8-putty
Closed, ResolvedPublic

Description

Jenkins log, and tracking the problem at https://github.com/jayvdb/flake8-putty/issues/14

Event Timeline

Change 296079 had a related patch set uploaded (by John Vandenberg):
Use default tox pip install

https://gerrit.wikimedia.org/r/296079

jayvdb renamed this task from flake8-putty broken; jenkins rejecting all submissions to flake8 v3 incompatible with flake8-putty.Jun 26 2016, 10:37 AM
jayvdb triaged this task as Unbreak Now! priority.

b5d52e76263fd started out tox.ini with install_command = pip install --process-dependency-links --pre {opts} {packages} , which is helpful for installing some of our stranger dependencies, and finding out about problems before releases are finalised, but those dependencies are not needed/used by the test suite, and there are other ways to beta test for upstream without blocking all pywikibot development (e.g. a travis env would allow for failure to be noticed, but not become critical immediately).

Change 296079 had a related patch set uploaded (by John Vandenberg):
Use default tox pip install

https://gerrit.wikimedia.org/r/296079

Change 296079 merged by jenkins-bot:
Use default tox pip install

https://gerrit.wikimedia.org/r/296079

Change 296410 had a related patch set uploaded (by John Vandenberg):
Use default tox pip install

https://gerrit.wikimedia.org/r/296410

Change 296410 merged by jenkins-bot:
Use default tox pip install

https://gerrit.wikimedia.org/r/296410