Skip to content

Conversation

@jaraco
Copy link
Member

@jaraco jaraco commented Aug 20, 2024

Closes #311

  • Add test capturing failure when resolving the MultiplexedPath for a namespace package with non-path elements in the path.
  • Omit sentinel values from a namespace path.

@jaraco jaraco force-pushed the bugfix/311-non-path-namespace-paths branch from ae4b882 to c9a1aae Compare August 20, 2024 16:14
@jaraco jaraco requested a review from FFY00 August 20, 2024 16:26
…amespace package with non-path elements in the path.

Ref #311
When editable installs create sentinels, as they are not a valid directory, they're unsuitable for constructing a `MultiplexedPath`. Filter them out.

Fixes #311
@jaraco jaraco force-pushed the bugfix/311-non-path-namespace-paths branch from c9a1aae to 2c145c5 Compare September 9, 2024 16:56
@jaraco jaraco merged commit 63a7bcb into main Sep 9, 2024
@jaraco jaraco deleted the bugfix/311-non-path-namespace-paths branch September 9, 2024 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Calling importlib_resources.files with an editable install fails

3 participants