File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,4 @@ packaging
3
3
rdflib
4
4
requests
5
5
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
Original file line number Diff line number Diff line change @@ -159,7 +159,6 @@ def test_loading_options_missing_graph_v1_0() -> None:
159
159
uri = Path (HERE / "../testdata/workflow_input_format_expr.cwl" ).resolve ().as_uri ()
160
160
cwl_obj = load_document_by_uri (uri )
161
161
assert to_isomorphic (cwl_obj .loadingOptions .graph ) == to_isomorphic (Graph ())
162
- assert to_isomorphic (cwl_obj .loadingOptions .graph ) == to_isomorphic (Graph ())
163
162
164
163
165
164
def test_loading_options_missing_graph_v1_1 () -> None :
@@ -171,7 +170,6 @@ def test_loading_options_missing_graph_v1_1() -> None:
171
170
)
172
171
cwl_obj = load_document_by_uri (uri )
173
172
assert to_isomorphic (cwl_obj .loadingOptions .graph ) == to_isomorphic (Graph ())
174
- assert to_isomorphic (cwl_obj .loadingOptions .graph ) == to_isomorphic (Graph ())
175
173
176
174
177
175
def test_loading_options_missing_graph_v1_2 () -> None :
@@ -183,4 +181,3 @@ def test_loading_options_missing_graph_v1_2() -> None:
183
181
)
184
182
cwl_obj = load_document_by_uri (uri )
185
183
assert to_isomorphic (cwl_obj .loadingOptions .graph ) == to_isomorphic (Graph ())
186
- assert to_isomorphic (cwl_obj .loadingOptions .graph ) == to_isomorphic (Graph ())
You can’t perform that action at this time.
0 commit comments