You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pypi-importlib_resources: Autospec creation for update from version 6.0.1 to version 6.1.0
Jason R. Coombs (19):
Add API docs. Closes #245.
Pin against sphinx 7.2.5 as workaround for sphinx/sphinx-doc#11662. Closesjaraco/skeleton#88.
Allow GITHUB_* settings to pass through to tests.
Remove spinner disablement. If it's not already fixed upstream, that's where it should be fixed.
Clean up 'color' environment variables.
Add diff-cover check to Github Actions CI. Closesjaraco/skeleton#90.
Add descriptions to the tox environments. Closesjaraco/skeleton#91.
Add FORCE_COLOR to the TOX_OVERRIDE for GHA. Requires tox 4.11.1. Closesjaraco/skeleton#89.
Replace static zip fixtures with dynamically generated zip fixtures built from the same modules as found on the file system.
Separate 'disk' concern of namespace tests.
Prefer ``pass_env`` in tox config. Preferred failure mode for tox-dev/tox#3127 and closesjaraco/skeleton#92.
In zip namespace fixtures, explicitly generate the directory entries implied by children. Workaround for python/cpython#59110.
Add xfail tests for namespace packages in a zip, capturing missed expectation reported in python/importlib_resources#287.
Update MultiplexedPath to expect Traversable and add a compatibility shim with deprecation warning.
Update tests for MultiplexedPath to pass traversables, addressing some deprecation warnings.
Update changelog
When constructing a MultiplexedPath, resolve submodule_search_locations to Traversable objects. Closespython/importlib_resources#287.
Honor backslashes in inner paths as found in submodule_search_locations.
Finalize
0 commit comments