Xqt submitted this change.

View Change

Approvals: Xqt: Verified; Looks good to me, approved
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(-)

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 change 1100134. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Ie1976c1fe5941913eeb30ec2b0f1d71d676401bd
Gerrit-Change-Number: 1100134
Gerrit-PatchSet: 2
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot