Closed jaraco closed 7 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.
I'm going to proceed with merging these changes and getting them released. If there are emergent issues, we can iterate or roll back.
This change seems to have reintroduced #257. The recreation scenario works with 6.1.3 but fails with 6.2.0.
Ensure that standard library readers are replaced while third-party readers are passed along. Closes #295.