Staging
v0.5.1
https://github.com/python/cpython
Revision b9a3dd9dfb780b9691f8a1859fd67cf9eadbd2d0 authored by Gregory P. Smith on 04 February 2015, 08:59:40 UTC, committed by Gregory P. Smith on 04 February 2015, 08:59:40 UTC
interpreter under test is being run in an environment that requires the use of
environment variables such as PYTHONHOME in order to function at all.

Adds a private test.script_helper._interpreter_requires_environment() function
to be used with @unittest.skipIf on stdlib test methods requiring this.
1 parent 17d87f8
History
Tip revision: b9a3dd9dfb780b9691f8a1859fd67cf9eadbd2d0 authored by Gregory P. Smith on 04 February 2015, 08:59:40 UTC
Skip some tests that require a subinterpreter launched with -E or -I when the
Tip revision: b9a3dd9
File Mode Size
Grammar -rw-r--r-- 5.9 KB

back to top