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

Change subject: tests: ignore PyJWT version 2.10.0 with mwoauth
......................................................................

tests: ignore PyJWT version 2.10.0 with mwoauth

Bug: T380270
Change-Id: Iaeaf3e5fcf61993efdd270d9b1ba746c64296da8
---
M .github/workflows/oauth_tests-ci.yml
1 file changed, 2 insertions(+), 0 deletions(-)

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 0a53aa9..bf85fab 100644
--- a/.github/workflows/oauth_tests-ci.yml
+++ b/.github/workflows/oauth_tests-ci.yml
@@ -86,6 +86,8 @@
         pip install coverage
         pip install "importlib_metadata ; python_version < '3.8'"
         pip install mwparserfromhell
+        # PyJWT added due to T380270
+        pip install "PyJWT != 2.10.0"
         pip install mwoauth
         pip install packaging
         pip install requests

--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1092859?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: Iaeaf3e5fcf61993efdd270d9b1ba746c64296da8
Gerrit-Change-Number: 1092859
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <i...@gno.de>
Gerrit-Reviewer: Xqt <i...@gno.de>
_______________________________________________
Pywikibot-commits mailing list -- pywikibot-commits@lists.wikimedia.org
To unsubscribe send an email to pywikibot-commits-le...@lists.wikimedia.org

Reply via email to