guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 0fe697f33b7835f0a08649f8d0c4f328b5682fb8
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Oct 28 23:49:10 2025 +0100

    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 <[email protected]>
---
 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 dff30b23e4..9c490f0002 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -18180,6 +18180,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

Reply via email to