python / importlib_resources

Backport of the importlib.resources module
Apache License 2.0
64 stars 44 forks source link

Give precedence to native traversable readers. #297

Closed jaraco closed 7 months ago

jaraco commented 8 months ago

Ensure that standard library readers are replaced while third-party readers are passed along. Closes #295.

jaraco commented 8 months ago

The diffcov tests are failing, but that's mainly due to the fact that pytest is importing the module before coverage starts, but also because coverage isn't checked across Python versions.

jaraco commented 7 months ago

I'm going to proceed with merging these changes and getting them released. If there are emergent issues, we can iterate or roll back.

Jakub-CZ commented 7 months ago

This change seems to have reintroduced #257. The recreation scenario works with 6.1.3 but fails with 6.2.0.