We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d603a50 commit ce65bbaCopy full SHA for ce65bba
1 file changed
template/pyproject.toml.jinja
@@ -27,7 +27,7 @@ docs = [
27
"pymdown-extensions",
28
"ruff",
29
]
30
-test = ["pytest", "pytest-codspeed", "pytest-cov", "pytest-xdist"]
+test = ["pytest", "pytest-benchmark", "pytest-cov", "pytest-xdist"]
31
32
[project]
33
authors = [{ email = "{{ author_email }}", name = "{{ author_name }}" }]
0 commit comments