Skip to content

Commit

Permalink
tests: run commit-message with Python 3.8 instead of Python 3.7.17
Browse files Browse the repository at this point in the history
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
  • Loading branch information
xqt committed Dec 3, 2024
1 parent 326ebe1 commit e2f3c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ commands =
pytest --mypy -m mypy pywikibot

[testenv:commit-message]
basepython = python3
basepython = python3.8
deps = commit-message-validator
commands = commit-message-validator

Expand Down

0 comments on commit e2f3c9a

Please sign in to comment.