jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1201177?usp=email )

Change subject: tox: update CI jobs
......................................................................

tox: update CI jobs

Deleted jobs:
 - pywikibot-core-tox-deeptest-py38
 - pywikibot-core-tox-fasttest-py38
New jobs:
 - pywikibot-core-tox-deeptest-py39

Bug: T401802
Change-Id: Id4ac385bea2bc3b85ddd844a9a71865fc1b32817
Signed-off-by: Xqt <[email protected]>
---
M tox.ini
1 file changed, 3 insertions(+), 4 deletions(-)

Approvals:
  jenkins-bot: Verified
  Xqt: Looks good to me, approved




diff --git a/tox.ini b/tox.ini
index 4e72e2a..22e8154 100644
--- a/tox.ini
+++ b/tox.ini
@@ -15,7 +15,6 @@

 [testenv]
 basepython =
-    py38: python3.9
     py39: python3.9
     py310: python3.10
     py311: python3.11
@@ -38,7 +37,7 @@
     lint: pre-commit run --all-files --show-diff-on-failure

     deeptest: python {[params]generate_user_files}
-    deeptest-py38: python -m unittest discover -vv -p "*_tests.py"
+    deeptest-py39: python -m unittest discover -vv -p "*_tests.py"
     deeptest-py313: pytest

     fasttest: python {[params]generate_user_files}
@@ -53,8 +52,8 @@
     fasttest: mock
     fasttest: .[scripts]

-    fasttest-py38: .[html]
-    fasttest-py39: .[wikitextparser]
+    fasttest-py39: .[html]
+    fasttest-py310: .[wikitextparser]

     deeptest: .[html]
     deeptest: .[scripts]

--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1201177?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: Id4ac385bea2bc3b85ddd844a9a71865fc1b32817
Gerrit-Change-Number: 1201177
Gerrit-PatchSet: 4
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to