Staging
v0.8.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
Raw File
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
.bzrignore
ยด.purify
autom4te.cache
config.log
config.cache
config.status
config.status.lineno
db_home
Makefile
buildno
python
build
Makefile.pre
platform
pybuilddir.txt
pyconfig.h
libpython*.a
libpython*.so*
python.exe
python-gdb.py
reflog.txt
tags
TAGS
.gdb_history
Doc/tools/sphinx
Doc/tools/jinja
Doc/tools/jinja2
Doc/tools/pygments
Doc/tools/docutils
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Modules/ld_so_aix
Parser/pgen
Lib/test/data/*
Lib/lib2to3/Grammar*.pickle
Lib/lib2to3/PatternGrammar*.pickle
__pycache__
.coverage
coverage/*
htmlcov/*
back to top