Skip to content

Commit

Permalink
Remove incomplete testing feature
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Oct 15, 2024
1 parent ae90d51 commit 3e21e54
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 65 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,9 @@ cacheout = "^0.16.0"
arcae = "^0.2.5"
typing-extensions = { version = "^4.12.2", python = "<3.11" }
zarr = {version = "^2.18.3", optional = true, extras = ["testing"]}
requests = {version = "^2.32.3", optional = true, extras = ["testing"]}
diskcache = {version = "^5.6.3", optional = true, extras = ["testing"]}
appdirs = {version = "^1.4.4", optional = true, extras = ["testing"]}

[tool.poetry.extras]
testing = ["appdirs", "dask", "diskcache", "distributed", "pytest", "requests", "zarr"]
testing = ["dask", "distributed", "pytest", "zarr"]

[tool.poetry.plugins."xarray.backends"]
"xarray-ms:msv2" = "xarray_ms.backend.msv2.entrypoint:MSv2PartitionEntryPoint"
Expand Down
47 changes: 0 additions & 47 deletions tests/test_corpus.py

This file was deleted.

14 changes: 0 additions & 14 deletions xarray_ms/testing/corpus.py

This file was deleted.

0 comments on commit 3e21e54

Please sign in to comment.