Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1100180?usp=email )
Change subject: Tests: Update CI tests ......................................................................
Tests: Update CI tests
Change-Id: I953dbe221ce0397269c837aa8b27af261a438523 Signed-off-by: Xqt info@gno.de --- M tox.ini 1 file changed, 1 insertion(+), 3 deletions(-)
Approvals: Xqt: Verified; Looks good to me, approved jenkins-bot: Verified
diff --git a/tox.ini b/tox.ini index 8c4dd0b..c6ba50f 100644 --- a/tox.ini +++ b/tox.ini @@ -14,8 +14,6 @@
[testenv] basepython = - # use Python 3.8 with py37 to until config is updated upstream - py37: python3.8 py38: python3.8 py39: python3.9 py310: python3.10 @@ -38,7 +36,7 @@ lint: pre-commit run --all-files --show-diff-on-failure
deeptest: python {[params]generate_user_files} - deeptest-py37: python -m unittest discover -vv -p "*_tests.py" + deeptest-py38: python -m unittest discover -vv -p "*_tests.py" deeptest-py312: pytest
fasttest: python {[params]generate_user_files}