[issue38691] importlib: PYTHONCASEOK should be ignored when using python3 -E

STINNER Victor report at bugs.python.org
Tue Feb 18 11:44:47 EST 2020


STINNER Victor <vstinner at python.org> added the comment:

> Tests fail on macOS: https://buildbot.python.org/all/#/builders/275/builds/249

Tests are run with "./python.exe  ./Tools/scripts/run_tests.py -j 1 -u all -W --slowest --fail-env-changed --timeout=900 -j2 --junit-xml test-results.xml" which runs tests with "./python.exe -E": ignore PYTHON* environment variables. Maybe the test should just take that in account.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38691>
_______________________________________


More information about the Python-bugs-list mailing list