jenkins-bot has submitted this change. (
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1225081?usp=email )
Change subject: Tests: Fix BoundedThreadPoolTests.test_exceptions regex to
match line break
......................................................................
Tests: Fix BoundedThreadPoolTests.test_exceptions regex to match line break
Bug: T414215
Change-Id: I5ebc1448ecf27a6d45604f5befcbfdf4f8c3c4ba
---
M tests/tools_threading_tests.py
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
jenkins-bot: Verified
Xqt: Looks good to me, approved
diff --git a/tests/tools_threading_tests.py b/tests/tools_threading_tests.py
index 3772311..3cd82ed 100755
--- a/tests/tools_threading_tests.py
+++ b/tests/tools_threading_tests.py
@@ -123,7 +123,7 @@
BoundedPoolExecutor(Executor)
with self.assertRaisesRegex(
TypeError,
- '(duplicate base class |consistent method resolution order.*)'
+ r'(duplicate base class |Cannot create a consistent method[\s\S]*)'
"'?BoundedPoolExecutor'?"
):
BoundedPoolExecutor(BoundedPoolExecutor)
--
To view, visit
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1225081?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: I5ebc1448ecf27a6d45604f5befcbfdf4f8c3c4ba
Gerrit-Change-Number: 1225081
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]