diff --git a/Pipfile b/Pipfile index 2c8b49e8..bed30eff 100644 --- a/Pipfile +++ b/Pipfile @@ -9,7 +9,7 @@ hbreader = "*" requests = "*" # TODO: this becomes pyld again once we get all our changes merged pyldmod = "*" -jsonasobj2 = "~=1.0" +jsonasobj2 = "~=1.0, >=1.0.4" pyyaml = "~=5.1" rdflib = "~=5.0" # TODO: this becomes rdflib-pyld-compat once we get pyld changes merged diff --git a/tests/test_issues/test_include_schema.py b/tests/test_issues/test_include_schema.py index 239817a7..1ae0c22d 100644 --- a/tests/test_issues/test_include_schema.py +++ b/tests/test_issues/test_include_schema.py @@ -4,10 +4,10 @@ from linkml_runtime.loaders import yaml_loader from tests.test_issues.environment import env + class IncludeSchemaTestCase(unittest.TestCase): """ include_schema.yaml produces a Python exception on an uncaught error""" # "Awaiting fix for issue #3" - @unittest.expectedFailure def test_include_schema(self): inp = yaml_loader.load(env.input_path('include_schema.yaml'), SchemaDefinition)