jenkins-bot has submitted this change and it was merged. Change subject: Stop testing py3.x by default ......................................................................
Stop testing py3.x by default Dependencies have been recently introduced that breaks support for Python 3.x. Remove py33, py34 from the tox entry point. Signed-off-by: Antoine Musso <[email protected]> Change-Id: I215f497c792df7f8dc393a87bd213f2771a1abf6 --- M tox.ini 1 file changed, 1 insertion(+), 4 deletions(-) Approvals: Hashar: Looks good to me, approved jenkins-bot: Verified diff --git a/tox.ini b/tox.ini index 3681ec1..41e9684 100644 --- a/tox.ini +++ b/tox.ini @@ -10,12 +10,9 @@ deps = tox # Redefine envs from /server/tox.ini +# Python 3.x is not supported due to dependencies [testenv:py27] - -[testenv:py33] - -[testenv:py34] [testenv:flake8] -- To view, visit https://gerrit.wikimedia.org/r/246846 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I215f497c792df7f8dc393a87bd213f2771a1abf6 Gerrit-PatchSet: 4 Gerrit-Project: mediawiki/extensions/EventLogging Gerrit-Branch: master Gerrit-Owner: Paladox <[email protected]> Gerrit-Reviewer: Hashar <[email protected]> Gerrit-Reviewer: Ori.livneh <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
