Author: Matti Picus <[email protected]>
Branch: 
Changeset: r96161:e1a64d19e7f4
Date: 2019-02-25 11:20 +0200
http://bitbucket.org/pypy/pypy/changeset/e1a64d19e7f4/

Log:    update list of expected addresses

diff --git a/rpython/rlib/test/test_rsocket.py 
b/rpython/rlib/test/test_rsocket.py
--- a/rpython/rlib/test/test_rsocket.py
+++ b/rpython/rlib/test/test_rsocket.py
@@ -416,7 +416,7 @@
     assert isinstance(lst, list)
     found = False
     for family, socktype, protocol, canonname, addr in lst:
-        if addr.get_host() in ('104.130.43.121', '23.253.135.79'):
+        if addr.get_host() in ('104.130.43.121', '23.253.135.79', 
'45.55.99.72'):
             found = True
         elif family == AF_INET:
             print 'pydotorg changed to', addr.get_host()
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to