Skip to content

Commit

Permalink
tests: sadd importorskip
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Apr 4, 2024
1 parent 8d55822 commit c12c886
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_rtdc_feat_basin.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
@pytest.mark.skipif(not DCOR_AVAILABLE, reason="DCOR is not available")
@pytest.mark.parametrize("filtered", [True, False])
def test_basin_feature_nested_image_exported_available(tmp_path, filtered):
pytest.importorskip("requests")
epath = tmp_path / "exported.rtdc"
# Load data from DCOR and export basin-only dataset
with dclab.new_dataset("fb719fb2-bd9f-817a-7d70-f4002af916f0") as ds:
Expand Down

0 comments on commit c12c886

Please sign in to comment.