]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35411: Skip test_urllib2net FTP tests on Travis CI (GH-10907)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 5 Dec 2018 01:16:39 +0000 (17:16 -0800)
committerGitHub <noreply@github.com>
Wed, 5 Dec 2018 01:16:39 +0000 (17:16 -0800)
commit74a80e1ed0c9067ef47f0a637d7f718a51b4f34e
treed287bc40f21261334a8941e78b1ca836d4038464
parentb02774f42108aaf18eb19865472c8d5cd95b5f11
bpo-35411: Skip test_urllib2net FTP tests on Travis CI (GH-10907)

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