summaryrefslogtreecommitdiff
path: root/Lib/test/pythoninfo.py
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-12-04 17:18:57 -0800
committerVictor Stinner <vstinner@redhat.com>2018-12-05 02:18:57 +0100
commit65a5eff67474703329477b070d9c081fee17c69c (patch)
tree555a11c5cb65bee9d4ede593a7e7d93615aa41d7 /Lib/test/pythoninfo.py
parent70ca3fce9fe2bdd7bf97d5fe1299cfa5e32b3ad4 (diff)
downloadcpython-git-65a5eff67474703329477b070d9c081fee17c69c.tar.gz
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>
Diffstat (limited to 'Lib/test/pythoninfo.py')
-rw-r--r--Lib/test/pythoninfo.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/pythoninfo.py b/Lib/test/pythoninfo.py
index 606d511433..c453340b80 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",