This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author aeros
Recipients Ido Michael, aeros, brett.cannon, corona10, eric.snow, ncoghlan, vstinner
Date 2020-02-19.07:06:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
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?
History
Date User Action Args
2020-02-19 07:06:35aerossetrecipients: + aeros, brett.cannon, ncoghlan, vstinner, eric.snow, corona10, Ido Michael
2020-02-19 07:06:35aerossetmessageid: <[email protected]>
2020-02-19 07:06:35aeroslinkissue38691 messages
2020-02-19 07:06:35aeroscreate