We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
project.entry-points.pytest11
pyproject.toml
1 parent 3d982d0 commit b18c65eCopy full SHA for b18c65e
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
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
7
## Version 0.18.1
8
9
- chore: migrate from poetry to uv for the sake of improving performance and dealing with conflicting sub-dependencies
pyproject.toml
@@ -91,3 +91,6 @@ exclude_also = ["if TYPE_CHECKING:"]
91
[tool.coverage.run]
92
source = ['redux', 'redux_pytest']
93
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