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
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
python.pc.in
# See: man pkg-config
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: Python
Description: Python library
Requires: 
Version: @VERSION@
Libs.private: @LIBS@
Libs: -L${libdir} -lpython@VERSION@@ABIFLAGS@
Cflags: -I${includedir}/python@VERSION@@ABIFLAGS@
back to top