From 5db24aafceafaebade049ed0acc3890c3a97b9ac Mon Sep 17 00:00:00 2001 From: Kevin Turcios <106575910+KRRT7@users.noreply.github.com> Date: Sat, 25 Apr 2026 04:21:43 -0500 Subject: [PATCH] Remove papertrail pytest11 entrypoint The pytest11 entrypoint for papertrail causes pytest to crash with ModuleNotFoundError for every project that depends on danom but does not have papertrail installed. The papertrail package itself already commented out this entrypoint in its own pyproject.toml, so danom should not register it either. --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8256c50..c36be94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,9 +47,6 @@ show_missing = true skip_covered = true fail_under = 95 -[project.entry-points.pytest11] -papertrail = "papertrail.__main__" - [tool.pytest] # addopts = ["--codspeed"]