Skip to content

Commit bbd31ff

Browse files
authored
test: fix slow tests and add timing reports (#880)
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent eedfe08 commit bbd31ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ xmldiff = "2.7.0"
102102
bandit = "1.8.6"
103103
pyupgrade = "3.20.0"
104104
deptry = "0.23.1"
105+
# for tests, use the GPL-version of jsonschema format validators - they are faster
106+
jsonschema = { version = "*", extras = ["format"], optional=true }
105107

106108
[tool.semantic_release]
107109
# see https://python-semantic-release.readthedocs.io/en/latest/configuration.html

0 commit comments

Comments
 (0)