Skip to content

Commit

Permalink
chore(pytest): add project.entry-points.pytest11 section to `pyproj…
Browse files Browse the repository at this point in the history
…ect.toml` so that it can be used as a pytest plugin
  • Loading branch information
sassanh committed Oct 24, 2024
1 parent 3d982d0 commit b18c65e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Upcoming

- chore(pytest): add `project.entry-points.pytest11` section to `pyproject.toml` so that it can be used as a pytest plugin

## Version 0.18.1

- chore: migrate from poetry to uv for the sake of improving performance and dealing with conflicting sub-dependencies
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,6 @@ exclude_also = ["if TYPE_CHECKING:"]
[tool.coverage.run]
source = ['redux', 'redux_pytest']
omit = ['redux_pytest/plugin.py', 'redux/_version.py', "setup_scm_schemes.py"]

[project.entry-points.pytest11]
redux = "redux_pytest.plugin"

0 comments on commit b18c65e

Please sign in to comment.