Skip to content

fix: stop silently dropping plugin entry points#2

Merged
cumbof merged 1 commit into
cumbof:mainfrom
GVonB:fix/entry-points
Jun 23, 2026
Merged

fix: stop silently dropping plugin entry points#2
cumbof merged 1 commit into
cumbof:mainfrom
GVonB:fix/entry-points

Conversation

@GVonB

@GVonB GVonB commented Jun 23, 2026

Copy link
Copy Markdown
Contributor
  • Python 3.9 is EOL, with a bump to >=3.10 the group= calls are now valid
  • Remove the silent except Exception: pass guards that kept this issue hidden
  • Keep per-plugin load guards
  • Drop the obsolete test since if stdlib entry_points() fails, it's not worth trying to handle

All tests run same as before (all passed, 4 skipped).

- Python 3.9 is EOL, with a bump to >=3.10 the group= calls are now valid
- Remove the silent `except Exception: pass` guards that kept this issue hidden
- Keep per-plugin load guards
- Drop the obsolete test since if stdlib entry_points() fails, it's not worth trying to handle
@cumbof
cumbof merged commit 4e06409 into cumbof:main Jun 23, 2026
3 checks passed
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.

2 participants