From 10e9504c81d87611587d2cc8ae3b958ea76130f5 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Tue, 28 Oct 2025 23:49:10 +0100 Subject: [PATCH] gnu: python-fastschema: Ignore benchmark tests. * gnu/packages/python-xyz.scm (python-fastjsonschema)[arguments] <#:test-flags>: Ignore benchmark tests. Change-Id: I4291cb6247a5e562446b7411faed48daa300ec66 Signed-off-by: Sharlatan Hellseher --- gnu/packages/python-xyz.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 058e8999d14947c48749df46a7471e96643b326d..bfe8520ba80d2d7f0cd5365e9e56ed185a7d5dc2 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -18071,6 +18071,9 @@ significantly better performance.") (sha256 (base32 "1j7dc8hlvrlhzkiv0vqzd6shhjaf14g9v3zlfn7x17j04c1g3iz7")))) (build-system pyproject-build-system) + (arguments + (list + #:test-flags #~(list "--ignore=tests/benchmarks/test_benchmark.py"))) (native-inputs (list python-json-spec python-jsonschema