Skip to content

Commit

Permalink
fix: add missing entrypoint (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
caioariede authored Oct 4, 2024
1 parent a502a9a commit bcb9b3c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,7 @@ dependencies = [

[project.urls]
Repository = "https://github.com/Tesorio/pytest-xflaky"

[project.entry-points.pytest11]
# https://docs.pytest.org/en/latest/how-to/writing_plugins.html#making-your-plugin-installable-by-others
xflaky = "pytest_xflaky.plugin"

0 comments on commit bcb9b3c

Please sign in to comment.