Xqt has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1285483?usp=email )

Change subject: tests: Run pywikibot-core-tox-typing test with Python 3.10
......................................................................

tests: Run pywikibot-core-tox-typing test with Python 3.10

The min version of pytest is 9.0.3 due to security vulnerability of
older pytest versions. Run the typing test with Python 3.10 to ensure
that pytest 9.0.3 or higher is used.

Bug: T425854
Change-Id: I5d430294b17516dd357d636660f16cccd2233af2
---
M tox.ini
1 file changed, 1 insertion(+), 1 deletion(-)

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




diff --git a/tox.ini b/tox.ini
index 364e3db..70f315a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -61,7 +61,7 @@
     deeptest-py314: pytest >= 9.0.3

 [testenv:typing]
-basepython = python3.9
+basepython = python3.10
 deps =
     pytest-mypy
     types-PyMySQL

--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1285483?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: I5d430294b17516dd357d636660f16cccd2233af2
Gerrit-Change-Number: 1285483
Gerrit-PatchSet: 2
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