Skip to content

Commit 59e73fc

Browse files
committed
schema-salad 8.3.20220825114525 has been released with necessary changes
1 parent 8561612 commit 59e73fc

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ packaging
33
rdflib
44
requests
55
CacheControl
6-
# schema-salad >= 8.2, < 9
7-
schema-salad @ git+https://github.com/common-workflow-language/schema_salad.git@schema-graph-loader#egg=schema-salad
6+
schema-salad >= 8.3.20220825114525, < 9

tests/test_format.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ def test_loading_options_missing_graph_v1_0() -> None:
159159
uri = Path(HERE / "../testdata/workflow_input_format_expr.cwl").resolve().as_uri()
160160
cwl_obj = load_document_by_uri(uri)
161161
assert to_isomorphic(cwl_obj.loadingOptions.graph) == to_isomorphic(Graph())
162-
assert to_isomorphic(cwl_obj.loadingOptions.graph) == to_isomorphic(Graph())
163162

164163

165164
def test_loading_options_missing_graph_v1_1() -> None:
@@ -171,7 +170,6 @@ def test_loading_options_missing_graph_v1_1() -> None:
171170
)
172171
cwl_obj = load_document_by_uri(uri)
173172
assert to_isomorphic(cwl_obj.loadingOptions.graph) == to_isomorphic(Graph())
174-
assert to_isomorphic(cwl_obj.loadingOptions.graph) == to_isomorphic(Graph())
175173

176174

177175
def test_loading_options_missing_graph_v1_2() -> None:
@@ -183,4 +181,3 @@ def test_loading_options_missing_graph_v1_2() -> None:
183181
)
184182
cwl_obj = load_document_by_uri(uri)
185183
assert to_isomorphic(cwl_obj.loadingOptions.graph) == to_isomorphic(Graph())
186-
assert to_isomorphic(cwl_obj.loadingOptions.graph) == to_isomorphic(Graph())

0 commit comments

Comments
 (0)