File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,8 @@ tomli = { version = "^2.0.1", python = "<3.11" }
9696tox = " 4.27.0"
9797pyupgrade = " 3.20.0"
9898deptry = " 0.23.0"
99+ # for tests, use the GPL-version of jsonschema format validators - they are faster
100+ jsonschema = { version = " *" , extras = [" format" ] }
99101
100102# min version required to be able to install some dependencies
101103# see https://github.com/MichaelKim0407/flake8-use-fstring/issues/33
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ allowlist_externals = poetry
2323# # deps = poetry ## << this one caused https://github.com/python-poetry/poetry/issues/6288
2424commands_pre =
2525 {envpython} --version
26- poetry install --no-root -v
26+ # poetry install --no-root -v
2727 poetry run pip freeze
2828commands =
2929 poetry run coverage run --source =cyclonedx_py -m unittest discover -t . -s tests -v {posargs}
You can’t perform that action at this time.
0 commit comments