Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1286357?usp=email )
Change subject: Add pytest requirement at the end ...................................................................... Add pytest requirement at the end Bug: T425971 Change-Id: I04ade0dd2dfb47ed959eac6d2d33f576a15b54a7 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 79e7298..5a208bc 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/+/1286357?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: I04ade0dd2dfb47ed959eac6d2d33f576a15b54a7 Gerrit-Change-Number: 1286357 Gerrit-PatchSet: 2 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Xqt <[email protected]>
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
