Xqt has submitted this change. (
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1096520?usp=email )
Change subject: tests: fix for tomli install
......................................................................
tests: fix for tomli install
Change-Id: I93d9a6831d89dbc835810d45a5149cd696ebce42
---
M .github/workflows/oauth_tests-ci.yml
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Xqt: Verified; Looks good to me, approved
diff --git a/.github/workflows/oauth_tests-ci.yml
b/.github/workflows/oauth_tests-ci.yml
index 43d6f24..76fd7a2 100644
--- a/.github/workflows/oauth_tests-ci.yml
+++ b/.github/workflows/oauth_tests-ci.yml
@@ -91,7 +91,7 @@
pip install mwoauth
pip install packaging
pip install requests
- pip install "tomli >= 2.02; python_version < '3.11"
+ pip install "tomli >= 2.02; python_version < '3.11'"
- name: Generate family files
if: ${{ matrix.family == 'wpbeta' }}
--
To view, visit
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1096520?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: I93d9a6831d89dbc835810d45a5149cd696ebce42
Gerrit-Change-Number: 1096520
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]