]> granicus.if.org Git - python/commit
bpo-35313: Fix test_embed when run from venv (GH-10713)
authorVictor Stinner <vstinner@redhat.com>
Mon, 26 Nov 2018 10:54:12 +0000 (11:54 +0100)
committerGitHub <noreply@github.com>
Mon, 26 Nov 2018 10:54:12 +0000 (11:54 +0100)
commita6537fb7c2f7a007b4ab616c4617afd56d18347d
treec10494d827432873a10e5a0931b36e7aecfa3c45
parentf0e0f2008d160cdd7e5bc02ea61c43f8c7b2b82f
bpo-35313: Fix test_embed when run from venv (GH-10713)

test_embed.InitConfigTests now gets the expected configuration from
a child process run with -S to not run the site module.
Lib/test/test_embed.py