Skip to content

Commit 67ea28e

Browse files
committed
follow schema_salad version bump
1 parent 2951961 commit 67ea28e

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

cwltool/process.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -988,7 +988,7 @@ def validate_hints(
988988
if key not in self.doc_loader.identifiers
989989
) # strip identifiers
990990
validate_ex(
991-
avsc_names.get_name(plain_hint["class"], ""),
991+
avsc_names.get_name(plain_hint["class"], None),
992992
plain_hint,
993993
strict=strict,
994994
)

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ requests>=2.4.3
22
ruamel.yaml>=0.12.4,<=0.16.5
33
rdflib>=4.2.2,<4.3
44
shellescape>=3.4.1,<3.5
5-
schema-salad>=5,<6
5+
schema-salad>=6,<7
66
typing>=3.5.3; python_version<"3.6"
77
prov==1.5.1
88
bagit==1.6.4

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"ruamel.yaml >= 0.12.4, <= 0.16.5",
9898
"rdflib >= 4.2.2, < 4.3.0",
9999
"shellescape >= 3.4.1, < 3.5",
100-
"schema-salad >= 5.1, < 6",
100+
"schema-salad >= 6, < 7",
101101
"mypy-extensions",
102102
"psutil",
103103
"prov == 1.5.1",

tests/test_examples.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
import py.path
1212
import pytest # type: ignore
13-
import schema_salad.validate
1413
from ruamel.yaml.comments import CommentedMap, CommentedSeq
1514
from schema_salad.exceptions import ValidationException
1615

0 commit comments

Comments
 (0)