Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1100134?usp=email )
Change subject: tests: run commit-message with Python 3.8 instead of Python 3.7.17 ...................................................................... tests: run commit-message with Python 3.8 instead of Python 3.7.17 Pywikibot package requires Python>=3.8. Keeping basepython = python3 isntalls Python 3.7.17 and the commit-message-validator will fail with ERROR: Package 'pywikibot' requires a different Python: 3.7.17 not in '>=3.8.0' Change-Id: Ie1976c1fe5941913eeb30ec2b0f1d71d676401bd --- M tox.ini 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Xqt: Verified; Looks good to me, approved diff --git a/tox.ini b/tox.ini index 8c4dd0b..2b21903 100644 --- a/tox.ini +++ b/tox.ini @@ -70,7 +70,7 @@ pytest --mypy -m mypy pywikibot [testenv:commit-message] -basepython = python3 +basepython = python3.8 deps = commit-message-validator commands = commit-message-validator -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1100134?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: Ie1976c1fe5941913eeb30ec2b0f1d71d676401bd Gerrit-Change-Number: 1100134 Gerrit-PatchSet: 2 Gerrit-Owner: Xqt <i...@gno.de> Gerrit-Reviewer: Xqt <i...@gno.de> Gerrit-Reviewer: jenkins-bot
_______________________________________________ Pywikibot-commits mailing list -- pywikibot-commits@lists.wikimedia.org To unsubscribe send an email to pywikibot-commits-le...@lists.wikimedia.org