Skip to content

Commit 07a92bd

Browse files
committed
Remove pytest version pinning from template pyproject.toml
1 parent 5a6a047 commit 07a92bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/pyproject.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dev = [
2626
{% endif %}"pre-commit",
2727
{% if sphinx %}"pydata-sphinx-theme>=0.12",
2828
{% endif %}{% if type_checker=="pyright" %}"pyright",
29-
{% endif %}"pytest>8.3.4",
29+
{% endif %}"pytest",
3030
"pytest-cov",
3131
"ruff",
3232
{% if sphinx %}"sphinx-autobuild",

0 commit comments

Comments
 (0)