Skip to content

Commit 4d7a684

Browse files
committed
add pyshacl to test deps
1 parent 79ec742 commit 4d7a684

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ testing = [
1717
"tox",
1818
"pytest", # https://docs.pytest.org/en/latest/contents.html
1919
"pyld",
20+
"pyshacl",
2021
]
2122

2223
[tool.hatch.version]

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ deps =
77
pytest
88
jsonschema
99
pyld
10+
pyshacl
1011
commands =
1112
pytest tests --color=yes --basetemp={envtmpdir} {posargs:-v}

0 commit comments

Comments
 (0)