]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35411: Skip test_urllib2net FTP tests on Travis CI (GH-10907) (GH-10909)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 5 Dec 2018 01:18:57 +0000 (17:18 -0800)
committerVictor Stinner <vstinner@redhat.com>
Wed, 5 Dec 2018 01:18:57 +0000 (02:18 +0100)
commit65a5eff67474703329477b070d9c081fee17c69c
tree555a11c5cb65bee9d4ede593a7e7d93615aa41d7
parent70ca3fce9fe2bdd7bf97d5fe1299cfa5e32b3ad4
bpo-35411: Skip test_urllib2net FTP tests on Travis CI (GH-10907) (GH-10909)

On Travis CI, FTP tests of test_urllib2net randomly fail with "425
Security: Bad IP connecting".

test.pythoninfo now also logs TRAVIS environment variable.
(cherry picked from commit c11b3b19a5b022c6c229043d37f9a9fd06f22500)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
Lib/test/pythoninfo.py
Lib/test/test_urllib2net.py