Skip to content

Commit

Permalink
Merge pull request #96 from linkml/issue-95
Browse files Browse the repository at this point in the history
Remove CASE 6 from test_headers.py, allow linkml 1.5.0
  • Loading branch information
turbomam authored Mar 30, 2023
2 parents 30cfdaf + 9cca9fd commit 1314910
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
16 changes: 8 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ documentation = "https://github.com/linkml/schemasheets"

[tool.poetry.dependencies]
python = "^3.9"
linkml = "^1.4, <1.5.0"
linkml-runtime = "^1.4, <1.5.0"
linkml = "^1.4"
linkml-runtime = "^1.4"
Jinja2 = "^3.0.3"
ontodev-cogs = "^0.3.3"
#bioregistry = "~0.5"
bioregistry = ">=0.5.0, <0.7.0"
bioregistry = ">0.5.0, <0.7.0"


[tool.poetry.dev-dependencies]
pytest = "^7.2"
Expand Down
11 changes: 6 additions & 5 deletions tests/test_headers.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,12 @@
{DATATYPE: "> type", INFO: " description"},
]
),
(6,
[
{DATATYPE: "> metaslot.type", INFO: " description"},
]
),
# unnecessary/incompatible with the latest meta-model
# (6,
# [
# {DATATYPE: "> metaslot.type", INFO: " description"},
# ]
# ),
]

def test_parse_header():
Expand Down

0 comments on commit 1314910

Please sign in to comment.