Skip to content

Re-enable pytest11 entrypoint for papertrail plugin#6

Open
KRRT7 wants to merge 1 commit intosecond-ed:devfrom
KRRT7:fix/register-pytest-plugin
Open

Re-enable pytest11 entrypoint for papertrail plugin#6
KRRT7 wants to merge 1 commit intosecond-ed:devfrom
KRRT7:fix/register-pytest-plugin

Conversation

@KRRT7
Copy link
Copy Markdown

@KRRT7 KRRT7 commented Apr 25, 2026

Companion to second-ed/danom#35

Summary

  • Uncomment the [project.entry-points.pytest11] section so papertrail registers its own pytest plugin
  • This entrypoint was previously in danom's pyproject.toml, which broke pytest for every danom consumer that didn't have papertrail installed (ModuleNotFoundError: No module named 'papertrail')
  • Moving it here means the plugin only activates when papertrail is actually installed

This entrypoint was previously registered in danom's pyproject.toml,
which caused every danom consumer to fail with ModuleNotFoundError
when papertrail wasn't installed. Moving it here means the plugin
only activates when papertrail is actually installed.
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.

1 participant