]> granicus.if.org Git - python/commit
Fix test_embed.test_pre_initialization_sys_options() env vars (GH-14172)
authorVictor Stinner <vstinner@redhat.com>
Mon, 17 Jun 2019 22:11:00 +0000 (00:11 +0200)
committerGitHub <noreply@github.com>
Mon, 17 Jun 2019 22:11:00 +0000 (00:11 +0200)
commitdbdc991a62bc2b3393d287e90292e3603f47d98a
tree0ce19cc655ab94674ef13ddeea57963c63b97696
parentac7b1a3f32cc81520e8962352294006d65744028
Fix test_embed.test_pre_initialization_sys_options() env vars (GH-14172)

test_pre_initialization_sys_options() of test_embed now removes
PYTHON* environment variables like PYTHONWARNINGS.
Lib/test/test_embed.py