[pypy-commit] pypy default: Backed out changeset ecfd182b1eb3

arigo pypy.commits at gmail.com
Sun Jan 15 04:05:59 EST 2017


Author: Armin Rigo <arigo at 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


More information about the pypy-commit mailing list