Skip to content

Commit ce65bba

Browse files
committed
chore: replace pytest-codspeed with pytest-benchmark
The change swaps out the performance testing dependency to use pytest-benchmark instead of pytest-codspeed for benchmarking tests.
1 parent d603a50 commit ce65bba

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
@@ -27,7 +27,7 @@ docs = [
2727
"pymdown-extensions",
2828
"ruff",
2929
]
30-
test = ["pytest", "pytest-codspeed", "pytest-cov", "pytest-xdist"]
30+
test = ["pytest", "pytest-benchmark", "pytest-cov", "pytest-xdist"]
3131

3232
[project]
3333
authors = [{ email = "{{ author_email }}", name = "{{ author_name }}" }]

0 commit comments

Comments
 (0)