Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1286363?usp=email )
Change subject: tests: Fix requirements for Graalpy ...................................................................... tests: Fix requirements for Graalpy Change-Id: I07e30147102c26d79e12a1755dcd45bd6083149a Signed-off-by: Xqt <[email protected]> --- M .github/workflows/graalpy_tests.yml 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Xqt: Verified; Looks good to me, approved diff --git a/.github/workflows/graalpy_tests.yml b/.github/workflows/graalpy_tests.yml index 5a208bc..94207d6 100644 --- a/.github/workflows/graalpy_tests.yml +++ b/.github/workflows/graalpy_tests.yml @@ -44,9 +44,9 @@ pip install packaging pip install requests pip install wikitextparser + pip install "pytest >= 9.0.3" pip install pytest-attrib pip install coverage - pip install pytest >= 9.0.3 - name: Generate user files run: | python -Werror::UserWarning -m pwb generate_user_files -site:${{matrix.site}} -v -debug; -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1286363?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: I07e30147102c26d79e12a1755dcd45bd6083149a Gerrit-Change-Number: 1286363 Gerrit-PatchSet: 2 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-CC: jenkins-bot
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
