We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1349836 commit 45746e3Copy full SHA for 45746e3
1 file changed
pyproject.toml
@@ -173,6 +173,7 @@ junit_family = "xunit1"
173
markers = [
174
"internet: tests which rely on internet resources (enable with `--internet-tests`)",
175
"gpu: tests that use a GPU (currently unused, but needs to be specified here as we import anndata.tests.helpers, which uses it)",
176
+ "array_api: tests that use array_api (currently unused, but needs to be specified here as we import anndata.tests.helpers, which uses it)",
177
]
178
filterwarnings = [
179
'error',
0 commit comments