Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r89576:c75c245d161b
Date: 2017-01-15 10:05 +0100
http://bitbucket.org/pypy/pypy/changeset/c75c245d161b/

Log:    Backed out changeset ecfd182b1eb3

        I don't know if it's gmail's fault, but on the nightly tannit32
        tests it fails to connect the first time (only)

diff --git a/pypy/module/_ssl/test/test_ssl.py 
b/pypy/module/_ssl/test/test_ssl.py
--- a/pypy/module/_ssl/test/test_ssl.py
+++ b/pypy/module/_ssl/test/test_ssl.py
@@ -175,8 +175,8 @@
     }
 
     def setup_method(self, method):
-        # https://gmail.com/
-        ADDR = "gmail.com", 443
+        # https://www.verisign.net/
+        ADDR = "www.verisign.net", 443
 
         self.w_s = self.space.appexec([self.space.wrap(ADDR)], """(ADDR):
             import socket
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to