Skip to content

Commit 382c8ba

Browse files
Remove spurious missing cache fixture
1 parent f16a501 commit 382c8ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/datasets/tests/test_openml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1459,7 +1459,7 @@ def _mock_urlopen_raise(request, *args, **kwargs):
14591459
(False, "pandas"),
14601460
],
14611461
)
1462-
def test_fetch_openml_verify_checksum(monkeypatch, as_frame, cache, tmpdir, parser):
1462+
def test_fetch_openml_verify_checksum(monkeypatch, as_frame, tmpdir, parser):
14631463
"""Check that the checksum is working as expected."""
14641464
if as_frame or parser == "pandas":
14651465
pytest.importorskip("pandas")

0 commit comments

Comments
 (0)