Skip to content

Commit

Permalink
Don't print debug files
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Nov 21, 2024
1 parent 3b2df1d commit 03e2e5e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ckanext/dcat/tests/shacl/test_shacl.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,6 @@ def test_validate_dcat_us_3_graph():

graph = graph_from_dataset("ckan_full_dataset_dcat_us_vocabularies.json")

graph.serialize(destination="graph.ttl")

graph.serialize(destination="graph.xml")
path = _get_shacl_file_path("dcat-us_3.0_shacl_shapes.ttl")
r = validate(graph, shacl_graph=path)
conforms, results_graph, results_text = r
Expand Down

0 comments on commit 03e2e5e

Please sign in to comment.