Skip to content

Commit 79ec742

Browse files
committed
add pyld to test deps
1 parent 45e7a81 commit 79ec742

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
@@ -16,6 +16,7 @@ dependencies = [
1616
testing = [
1717
"tox",
1818
"pytest", # https://docs.pytest.org/en/latest/contents.html
19+
"pyld",
1920
]
2021

2122
[tool.hatch.version]

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ skipsdist = True
66
deps =
77
pytest
88
jsonschema
9+
pyld
910
commands =
1011
pytest tests --color=yes --basetemp={envtmpdir} {posargs:-v}

0 commit comments

Comments
 (0)