jenkins-bot has submitted this change. (
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1197007?usp=email )
Change subject: Tests: Fix skip message in CheckHostnameMixin
......................................................................
Tests: Fix skip message in CheckHostnameMixin
Change-Id: I2457246c5f1dd5f01d7540f5a148ed5ffeebd7dd
---
M tests/aspects.py
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
jenkins-bot: Verified
Xqt: Looks good to me, approved
diff --git a/tests/aspects.py b/tests/aspects.py
index 4ddcc35..c76cfca 100644
--- a/tests/aspects.py
+++ b/tests/aspects.py
@@ -655,8 +655,8 @@
f'{cls.__name__}: accessing {hostname} caused exception:')
cls._checked_hostnames[hostname] = e
- raise unittest.SkipTest(f'{cls.__name__}: hostname {hostname}'
- ' failed: {e}') from None
+ raise unittest.SkipTest(f'{cls.__name__}: hostname {hostname} '
+ f'failed: {e}') from None
cls._checked_hostnames[hostname] = True
--
To view, visit
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1197007?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: I2457246c5f1dd5f01d7540f5a148ed5ffeebd7dd
Gerrit-Change-Number: 1197007
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]