Skip to content

Commit

Permalink
Require rdflib for test_dataset*.py (#936)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-friis authored Sep 3, 2024
1 parent 83d0332 commit 4fffa98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bindings/python/tests/test_dataset1_save.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import dlite
from dlite.testutils import raises, importskip
importskip("tripper")
importskip("rdflib")

from tripper import DCTERMS, MAP, OWL, RDF, RDFS, XSD, Triplestore
from tripper.utils import en
Expand Down
1 change: 1 addition & 0 deletions bindings/python/tests/test_dataset2_load.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import dlite
from dlite.testutils import raises, importskip
importskip("tripper")
importskip("rdflib")

from tripper import MAP, Triplestore

Expand Down

0 comments on commit 4fffa98

Please sign in to comment.