Message362258
From what I can tell, the regression seems like it could be fixed by adding "@unittest.skipIf(sys.flags.ignore_environment)" to the following tests in python/cpython/Lib/test/test_importlib/source/test_case_sensitivity.py that modify "PYTHONCASEOK":
CaseSensitivityTest.test_sensitive
CaseSensitivityTest.test_insensitive
Those tests seem ultimately pointless if environmental variables are being ignored (-E or -I), so I think in this case it's a misleading test failure, no? |
|
| Date |
User |
Action |
Args |
| 2020-02-19 07:06:35 | aeros | set | recipients:
+ aeros, brett.cannon, ncoghlan, vstinner, eric.snow, corona10, Ido Michael |
| 2020-02-19 07:06:35 | aeros | set | messageid: <[email protected]> |
| 2020-02-19 07:06:35 | aeros | link | issue38691 messages |
| 2020-02-19 07:06:35 | aeros | create | |
|