Re: [Python-Dev] test_urllib2net fixed to repair Travis CI

2018-12-05 Thread Nathaniel Smith
Travis is in the middle of moving everything from AWS to GCE, which is probably related: https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration As noted there, GCE has different IP addresses. But I suspect it's not the new IP address that's the problem, but rather the fact

[Python-Dev] test_urllib2net fixed to repair Travis CI

2018-12-05 Thread Victor Stinner
Hi, It seems like Travis CI changed its security or network configuration: some FTP tests of test_urllib2net started to fail with "425 Security: Bad IP connecting" yesterday: https://bugs.python.org/issue35411 The failure seems to be reproducible and so prevents to merge any change in any bra