Skip to content

Commit 1314910

Browse files
authored
Merge pull request #96 from linkml/issue-95
Remove CASE 6 from test_headers.py, allow linkml 1.5.0
2 parents 30cfdaf + 9cca9fd commit 1314910

File tree

3 files changed

+18
-17
lines changed

3 files changed

+18
-17
lines changed

poetry.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ documentation = "https://github.com/linkml/schemasheets"
1212

1313
[tool.poetry.dependencies]
1414
python = "^3.9"
15-
linkml = "^1.4, <1.5.0"
16-
linkml-runtime = "^1.4, <1.5.0"
15+
linkml = "^1.4"
16+
linkml-runtime = "^1.4"
1717
Jinja2 = "^3.0.3"
1818
ontodev-cogs = "^0.3.3"
19-
#bioregistry = "~0.5"
20-
bioregistry = ">=0.5.0, <0.7.0"
19+
bioregistry = ">0.5.0, <0.7.0"
20+
2121

2222
[tool.poetry.dev-dependencies]
2323
pytest = "^7.2"

tests/test_headers.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,12 @@
4545
{DATATYPE: "> type", INFO: " description"},
4646
]
4747
),
48-
(6,
49-
[
50-
{DATATYPE: "> metaslot.type", INFO: " description"},
51-
]
52-
),
48+
# unnecessary/incompatible with the latest meta-model
49+
# (6,
50+
# [
51+
# {DATATYPE: "> metaslot.type", INFO: " description"},
52+
# ]
53+
# ),
5354
]
5455

5556
def test_parse_header():

0 commit comments

Comments
 (0)