Skip to content

Commit

Permalink
chore: fix self-dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
adriencaccia committed Jan 17, 2025
1 parent 9df2c77 commit d137431
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ compat = [
]
test = ["pytest ~= 7.0", "pytest-cov ~= 4.0.0"]

[tool.uv.sources]
pytest-codspeed = { workspace = true }

[dependency-groups]
dev = ["pytest-codspeed"]

[project.entry-points]
pytest11 = { codspeed = "pytest_codspeed.plugin" }

Expand Down
9 changes: 8 additions & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d137431

Please # to comment.