Skip to content

Commit

Permalink
Fix issue #3
Browse files Browse the repository at this point in the history
Fix is actually in jsonasobj2 package
  • Loading branch information
hsolbrig committed Jun 2, 2021
1 parent 8b3fdba commit c6f0fe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/test_issues/test_include_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit c6f0fe1

Please sign in to comment.