From 386ff3d93c8ed02319aa5fbf0ba8616fcbd1d106 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20M=C3=BCller?= Date: Wed, 31 Jan 2024 14:28:03 +0100 Subject: [PATCH] ref: remove fsspec references --- dclab/rtdc_dataset/fmt_http.py | 4 ++-- tests/test_rtdc_fmt_dcor.py | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/dclab/rtdc_dataset/fmt_http.py b/dclab/rtdc_dataset/fmt_http.py index 6309505d..38ef2242 100644 --- a/dclab/rtdc_dataset/fmt_http.py +++ b/dclab/rtdc_dataset/fmt_http.py @@ -12,7 +12,7 @@ def __init__(self, """Access RT-DC measurements via HTTP This is essentially just a wrapper around :class:`.RTDC_HDF5` - with `fsspec` passing a file object to h5py. + with :class:`.HTTPFile` passing a file object to h5py. Parameters ---------- @@ -68,7 +68,7 @@ def load_dataset(self, location, **kwargs): return h5file def is_available(self): - """Check for fsspec and object availability + """Check for `requests` and object availability Caching policy: Once this method returns True, it will always return True. diff --git a/tests/test_rtdc_fmt_dcor.py b/tests/test_rtdc_fmt_dcor.py index 5b5f1b23..161451f8 100644 --- a/tests/test_rtdc_fmt_dcor.py +++ b/tests/test_rtdc_fmt_dcor.py @@ -11,7 +11,6 @@ pytest.importorskip("requests") -pytest.importorskip("fsspec") with socket.socket(socket.AF_INET, socket.SOCK_STREAM) as s: