diff options
author | Victor Stinner <vstinner@redhat.com> | 2018-12-05 01:58:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-05 01:58:31 +0100 |
commit | c11b3b19a5b022c6c229043d37f9a9fd06f22500 (patch) | |
tree | a78a125f1df61fa7a371f5f97fcb25eb472ff5f4 /Lib/test/pythoninfo.py | |
parent | 09473ac0636c16c0ee96c4caf59f3da8ba8b4a57 (diff) | |
download | cpython-git-c11b3b19a5b022c6c229043d37f9a9fd06f22500.tar.gz |
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.
Diffstat (limited to 'Lib/test/pythoninfo.py')
-rw-r--r-- | Lib/test/pythoninfo.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/pythoninfo.py b/Lib/test/pythoninfo.py index 30e6f21c2b..9befd12e40 100644 --- a/Lib/test/pythoninfo.py +++ b/Lib/test/pythoninfo.py @@ -256,6 +256,7 @@ def collect_os(info_add): "TIX_LIBRARY", "TMP", "TMPDIR", + "TRAVIS", "TZ", "USERPROFILE", "VIRTUAL_ENV", |