Skip to content

Commit b18c65e

Browse files
committed
chore(pytest): add project.entry-points.pytest11 section to pyproject.toml so that it can be used as a pytest plugin
1 parent 3d982d0 commit b18c65e

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## Upcoming
4+
5+
- chore(pytest): add `project.entry-points.pytest11` section to `pyproject.toml` so that it can be used as a pytest plugin
6+
37
## Version 0.18.1
48

59
- chore: migrate from poetry to uv for the sake of improving performance and dealing with conflicting sub-dependencies

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,6 @@ exclude_also = ["if TYPE_CHECKING:"]
9191
[tool.coverage.run]
9292
source = ['redux', 'redux_pytest']
9393
omit = ['redux_pytest/plugin.py', 'redux/_version.py', "setup_scm_schemes.py"]
94+
95+
[project.entry-points.pytest11]
96+
redux = "redux_pytest.plugin"

0 commit comments

Comments
 (0)