jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/638024 )
Change subject: Modify conftest.py to support Python 3.5 only ...................................................................... Modify conftest.py to support Python 3.5 only Bug: T257399 Change-Id: I36274736af7a69dfb0aca4a6c90792f5b77e170e --- M tests/conftest.py 1 file changed, 1 insertion(+), 3 deletions(-) Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/tests/conftest.py b/tests/conftest.py index cbaa39a..bfd4ce3 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,12 +1,10 @@ # -*- coding: utf-8 -*- """Used by pytest to do some preparation work before running tests.""" # -# (C) Pywikibot team, 2016-2018 +# (C) Pywikibot team, 2016-2020 # # Distributed under the terms of the MIT license. # -from __future__ import absolute_import, division, unicode_literals - import sys -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/638024 To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: I36274736af7a69dfb0aca4a6c90792f5b77e170e Gerrit-Change-Number: 638024 Gerrit-PatchSet: 2 Gerrit-Owner: Shubham656jain <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot Gerrit-MessageType: merged
_______________________________________________ Pywikibot-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits
