Skip to content

Commit

Permalink
#95
Browse files Browse the repository at this point in the history
  • Loading branch information
turbomam committed Mar 30, 2023
1 parent 51ea268 commit 7b35dbe
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 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.

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

[tool.poetry.dependencies]
python = "^3.9"
linkml = "1.4.11"
linkml-runtime = "1.4.10"
linkml = "^1.4"
linkml-runtime = "^1.4"
Jinja2 = "^3.0.3"
ontodev-cogs = "^0.3.3"
bioregistry = "0.6.99"
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 7b35dbe

Please sign in to comment.