Skip to content

Commit 6ee3d40

Browse files
authored
Move stateful tests to public testing API (#2531)
* Move stateful tests to public testing API * consolidate a bit
1 parent bda158a commit 6ee3d40

File tree

5 files changed

+471
-472
lines changed

5 files changed

+471
-472
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ ignore_errors = true
342342

343343
[[tool.mypy.overrides]]
344344
module = [
345+
"zarr.testing.stateful", # lots of hypothesis decorator errors
345346
"tests.package_with_entrypoint.*",
346347
"tests.test_codecs.test_codecs",
347348
"tests.test_codecs.test_transpose",

0 commit comments

Comments
 (0)