diff --git a/tests/api/open/test_basics.py b/tests/api/open/test_basics.py index f36a2879..5f4e5be2 100644 --- a/tests/api/open/test_basics.py +++ b/tests/api/open/test_basics.py @@ -20,7 +20,7 @@ import pathlib -DATASETS: list[tuple[pathlib.Path, typing.Optional[dict], dict]] = [ +DATASETS: list[tuple[pathlib.Path, typing.Optional[dict], dict]] = [ pytest.param( ipath, data.get("e", None), data.get("o", {}), id=f"{ipath.parent}/{ipath.name}" diff --git a/tests/res/open/basics/10 b/tests/res/open/basics/10 deleted file mode 120000 index 9aabe51d..00000000 --- a/tests/res/open/basics/10 +++ /dev/null @@ -1 +0,0 @@ -../../base/basics/10 \ No newline at end of file