jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1060850?usp=email )
Change subject: [CI] 2nd deeptest is for Python 3.12 not 3.9 ......................................................................
[CI] 2nd deeptest is for Python 3.12 not 3.9
Change-Id: I87ba55448ce791514a05d3442f7bee130b2a6d2e --- M tox.ini 1 file changed, 3 insertions(+), 3 deletions(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/tox.ini b/tox.ini index 20bfc23..6ac5f90 100644 --- a/tox.ini +++ b/tox.ini @@ -58,9 +58,9 @@
deeptest: .[html] deeptest: .[scripts] - deeptest-py39: .[wikitextparser] - deeptest-py39: pytest >= 7.0.1 - deeptest-py39: pytest-subtests >= 0.3.2 + deeptest-py312: .[wikitextparser] + deeptest-py312: pytest >= 7.0.1 + deeptest-py312: pytest-subtests >= 0.3.2
[testenv:typing] basepython = python3.7
pywikibot-commits@lists.wikimedia.org