From 66db9b86221e4d993e36e22017c706b073896a48 Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Tue, 2 Sep 2025 17:38:43 +0200 Subject: [PATCH] test: fix slow tests and add timing reports Signed-off-by: Jan Kowalleck --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 834122e0..535d7fe3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -102,6 +102,8 @@ xmldiff = "2.7.0" bandit = "1.8.6" pyupgrade = "3.20.0" deptry = "0.23.1" +# for tests, use the GPL-version of jsonschema format validators - they are faster +jsonschema = { version = "*", extras = ["format"], optional=true } [tool.semantic_release] # see https://python-semantic-release.readthedocs.io/en/latest/configuration.html