Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: detecting entry point plugins #1630

Merged
merged 10 commits into from Feb 4, 2023

Conversation

sijis
Copy link
Contributor

@sijis sijis commented Jan 23, 2023

Use a different way to detect entry point plugins.

This should fix #1629.

@sijis sijis marked this pull request as ready for review January 26, 2023 05:32
@sijis sijis merged commit 5c2bb11 into errbotio:master Feb 4, 2023
@sijis sijis deleted the fix/entrypoint_error branch February 4, 2023 04:55
nzlosh pushed a commit to nzlosh/errbot that referenced this pull request Feb 4, 2023
* refactor: detecting entry point plugins

* fix: deprecation warning on invalid escape sequence

* style: format files

* fix: use entrypoint name object instead of module

* fix: using module instead of name attribute

This seems like the correct attribute to use, as it notes the actual
path of the module.

* refactor: use pkg_resources instead of importlib metadata

* test: clean up entry_point tests

* test: use more common tox variable

* docs: add description to CHANGES

* style: format files
sijis added a commit to sijis/errbot that referenced this pull request Jan 1, 2024
* refactor: detecting entry point plugins

* fix: deprecation warning on invalid escape sequence

* style: format files

* fix: use entrypoint name object instead of module

* fix: using module instead of name attribute

This seems like the correct attribute to use, as it notes the actual
path of the module.

* refactor: use pkg_resources instead of importlib metadata

* test: clean up entry_point tests

* test: use more common tox variable

* docs: add description to CHANGES

* style: format files
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.

entrypoint plugins fail to load in python 3.9>
1 participant