Skip to content

Commit e39bc33

Browse files
committed
Move stateful tests to public testing API
1 parent bda158a commit e39bc33

File tree

4 files changed

+440
-432
lines changed

4 files changed

+440
-432
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+
"src.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)