Skip to content

refactor: detecting entry point plugins#1630

Merged
sijis merged 10 commits intoerrbotio:masterfrom
sijis:fix/entrypoint_error
Feb 4, 2023
Merged

refactor: detecting entry point plugins#1630
sijis merged 10 commits intoerrbotio:masterfrom
sijis:fix/entrypoint_error

Conversation

@sijis
Copy link
Copy Markdown
Contributor

@sijis sijis commented Jan 23, 2023

Use a different way to detect entry point plugins.

This should fix #1629.

@sijis sijis force-pushed the fix/entrypoint_error branch from 6d858ae to 0b444ad Compare January 23, 2023 15:04
@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