Skip to content

Commit f6dc7bd

Browse files
committed
Fix conftest path
1 parent 24ea494 commit f6dc7bd

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/conftest.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,10 +205,6 @@ def _expected_static_cache_state(root_dir: Path) -> list[Path]:
205205
_c_root_dir = root_dir / "org" / "openml" / "test"
206206
res_paths = [root_dir, _c_root_dir]
207207

208-
for _d in ["tasks", "runs"]:
209-
res_paths.append(_c_root_dir / _d)
210-
211-
res_paths.append(_c_root_dir / "runs" / "1" / "description.xml")
212208
for _d in ["datasets", "tasks"]:
213209
res_paths.append(_c_root_dir / _d)
214210

0 commit comments

Comments
 (0)