Skip to content

Commit 6671074

Browse files
committed
fix deps
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 9fceb87 commit 6671074

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ tomli = { version = "^2.0.1", python = "<3.11" }
9696
tox = "4.27.0"
9797
pyupgrade = "3.20.0"
9898
deptry = "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

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ allowlist_externals = poetry
2323
## deps = poetry ## << this one caused https://github.com/python-poetry/poetry/issues/6288
2424
commands_pre =
2525
{envpython} --version
26-
poetry install --no-root -v
26+
# poetry install --no-root -v
2727
poetry run pip freeze
2828
commands =
2929
poetry run coverage run --source=cyclonedx_py -m unittest discover -t . -s tests -v {posargs}

0 commit comments

Comments
 (0)