mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
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.
This commit is contained in:
parent
09473ac063
commit
c11b3b19a5
2 changed files with 13 additions and 0 deletions
|
@ -256,6 +256,7 @@ def collect_os(info_add):
|
|||
"TIX_LIBRARY",
|
||||
"TMP",
|
||||
"TMPDIR",
|
||||
"TRAVIS",
|
||||
"TZ",
|
||||
"USERPROFILE",
|
||||
"VIRTUAL_ENV",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue