Skip to content

Commit 2f6d49d

Browse files
phlogistonjohnmergify[bot]
authored andcommitted
tox: remove jsonschema from the tox deps list
We need to unscramble our distro level dependencies before we can really use jsonschema. Signed-off-by: John Mulligan <[email protected]>
1 parent 720cae0 commit 2f6d49d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,13 @@ deps =
1212
pytest
1313
pytest-cov
1414
dnspython
15-
jsonschema
1615
commands =
1716
py.test -v tests --cov=sambacc --cov-report=html {posargs}
1817

1918
[testenv:{py3,py39}-mypy]
2019
deps =
2120
mypy
2221
types-setuptools
23-
types-jsonschema
2422
types-pyyaml
2523
{[testenv]deps}
2624
commands =

0 commit comments

Comments
 (0)