jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/980435 )

Change subject: [tests] Disable Python 3.6 CI tests
......................................................................

[tests] Disable Python 3.6 CI tests

Bug: T347026
Change-Id: If17c04e554d1ece597042ad6de176ba3289b705e
---
M tox.ini
1 file changed, 19 insertions(+), 9 deletions(-)

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




diff --git a/tox.ini b/tox.ini
index 0517f22..a564864 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,8 +5,8 @@
 skip_missing_interpreters = True
 envlist =
     commit-message
-    flake8-{py36,py39}
-    hacking-{py36,py39}
+    flake8-py3{7,8,9}
+    hacking-py3{8,9}

 [params]
 # Note: tox 4 does not support multiple lines when doing parameters
@@ -16,7 +16,7 @@

 [testenv]
 basepython =
-    py36: python3.6
+    py36: python3.7
     py37: python3.7
     py38: python3.8
     py39: python3.9
@@ -28,7 +28,7 @@
 commands =
     python --version
     flake8: flake8 --version
-    flake8-py36: flake8 --color always --doctests {posargs} {[params]exclude}
+    flake8-py37: flake8 --color always --doctests {posargs} {[params]exclude}
     flake8-py38: flake8 --color always --doctests {posargs}
     flake8-py39: flake8 --color always --doctests {posargs}

@@ -36,7 +36,7 @@
     hacking: flake8 --format=default {posargs}

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

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

-    fasttest-py36: .[html]
-    fasttest-py37: .[wikitextparser]
+    fasttest-py37: .[html]
+    fasttest-py38: .[wikitextparser]

     deeptest: .[html]
     deeptest: .[scripts]
@@ -62,7 +62,7 @@
     deeptest-py39: pytest-subtests >= 0.3.2

 [testenv:typing]
-basepython = python3.9
+basepython = python3.7
 deps = pytest-mypy
 commands =
     mypy --version
@@ -74,7 +74,7 @@
 commands = commit-message-validator

 [testenv:doctest]
-basepython = python3
+basepython = python3.7
 commands =
     python {[params]generate_user_files}
     pytest --version

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/980435
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: If17c04e554d1ece597042ad6de176ba3289b705e
Gerrit-Change-Number: 980435
Gerrit-PatchSet: 3
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to