jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1293755?usp=email )

Change subject: Revert "tests: decorate HttpsCertificateTestCase as 
expectedFailure if THREADING_FREE"
......................................................................

Revert "tests: decorate HttpsCertificateTestCase as expectedFailure if 
THREADING_FREE"

This reverts commit 1a3bd111c1a4d964e6ed23352993a245c907c2d5.

Reason for revert: Test works again for threading free Python

Bug: T412605
Change-Id: I57581ea9155a68de77242f19d353f8f261a47f57
---
M tests/http_tests.py
1 file changed, 2 insertions(+), 3 deletions(-)

Approvals:
  Xqt: Looks good to me, approved
  jenkins-bot: Verified




diff --git a/tests/http_tests.py b/tests/http_tests.py
index 746725f..c37fdd3 100755
--- a/tests/http_tests.py
+++ b/tests/http_tests.py
@@ -21,8 +21,8 @@
 from pywikibot import config
 from pywikibot.comms import http
 from pywikibot.exceptions import FatalServerError, Server504Error
-from pywikibot.tools import PYTHON_VERSION, THREADING_FREE, suppress_warnings
-from tests import join_images_path, utils
+from pywikibot.tools import PYTHON_VERSION, suppress_warnings
+from tests import join_images_path
 from tests.aspects import (
     DeprecationTestCase,
     HttpbinTestCase,
@@ -91,7 +91,6 @@
                 self.assertEqual(http.get_authentication(url), auth)


[email protected]_failure_if(THREADING_FREE)  # T412603
 class HttpsCertificateTestCase(TestCase):

     """HTTPS certificate test."""

--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1293755?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: I57581ea9155a68de77242f19d353f8f261a47f57
Gerrit-Change-Number: 1293755
Gerrit-PatchSet: 2
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]

Reply via email to