summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-10-28 23:49:10 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-11-20 01:06:39 +0000
commit10e9504c81d87611587d2cc8ae3b958ea76130f5 (patch)
treed1df423bc40a9cb8e64f43a9035f0e154afeef50 /gnu/packages/python-xyz.scm
parent36da2d325221caf9577a81080fcd0024060e2747 (diff)
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 058e8999d14..bfe8520ba80 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