Skip to content

Commit 0ad9032

Browse files
committed
add marker
1 parent 7de35ed commit 0ad9032

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [ "numba", "numpy" ]
2626
optional-dependencies.doc = [ "furo", "scanpydoc>=0.15.2", "sphinx>=8", "sphinx-autodoc-typehints" ]
2727
optional-dependencies.full = [ "dask", "h5py", "hatch-docstring-description[sparse]", "zarr" ]
2828
optional-dependencies.sparse = [ "scipy>=1.8", "types-scipy-sparse" ]
29-
optional-dependencies.test = [ "coverage[toml]", "pytest" ]
29+
optional-dependencies.test = [ "coverage[toml]", "pytest", "pytest-codspeed" ]
3030
urls.'Documentation' = "https://icb-fast-array-utils.readthedocs-hosted.com/"
3131
urls.'Issue Tracker' = "https://github.com/scverse/fast-array-utils/issues"
3232
urls.'Source Code' = "https://github.com/scverse/fast-array-utils"
@@ -96,6 +96,9 @@ addopts = [
9696
"--strict-markers",
9797
"--pyargs",
9898
]
99+
markers = [
100+
"benchmark: marks tests as benchmark (to run with `--codspeed`)",
101+
]
99102
xfail_strict = true
100103

101104
[tool.coverage]

0 commit comments

Comments
 (0)