jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1066714?usp=email )
Change subject: Revert "[tests] remove pypy3 base python which is no longer needed" ......................................................................
Revert "[tests] remove pypy3 base python which is no longer needed"
This reverts commit 0316411d0131d18e52432fa25270f63bdd643aa2.
Reason for revert: our tox.ini requires the base_python to be set.
Bug: T301037 Change-Id: Ia9237f45bb37ce6728d2e751fceea8dcd7e5dc84 --- M tox.ini 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved
diff --git a/tox.ini b/tox.ini index 45e7f74..c8057bc 100644 --- a/tox.ini +++ b/tox.ini @@ -22,6 +22,7 @@ py310: python3.10 py311: python3.11 py312: python3.12 + pypy: pypy3 setenv = VIRTUAL_ENV={envdir} PYWIKIBOT_NO_USER_CONFIG=2
pywikibot-commits@lists.wikimedia.org