Skip to content

Commit f926092

Browse files
committed
test: remove check for ":" since windows CI expects it
identified in https://github.com/openml/openml-python/actions/runs/23430963986/job/68156944423?pr=1576
1 parent 04bc83b commit f926092

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_api/test_http.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ def test_cache(cache, sample_url_v1):
6363
expected_path = Path(openml.config.get_cache_directory()).joinpath(key)
6464

6565
assert path == expected_path
66-
assert ":" not in str(path)
6766

6867
# validate save/load
6968

0 commit comments

Comments
 (0)