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
pywikibot-commits@lists.wikimedia.org