Skip to content

Commit

Permalink
Fix pytest11 entry point
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <travis.collins@analog.com>
  • Loading branch information
tfcollins committed May 31, 2024
1 parent 17ac467 commit 3a8046a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ packages = ["telemetry", "telemetry.gparser", "telemetry.prod", "telemetry.repor
telemetry = "telemetry.cli:cli"

[project.entry-points.pytest11]
pybench = "telemetry.plugin"
telemetry = "telemetry.plugin"

[project.urls]
homepage = "https://sdgtt.github.io/telemetry/"
Expand Down

0 comments on commit 3a8046a

Please sign in to comment.