Skip to content

Commit

Permalink
Require requests as well
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-friis committed Oct 13, 2024
1 parent 7055a0b commit 79b9f72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/dataset/test_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import pytest

pytest.importorskip("yaml")
pytest.importorskip("requests")

thisdir = Path(__file__).resolve().parent
testdir = thisdir.parent
Expand Down

0 comments on commit 79b9f72

Please sign in to comment.