~ruther/guix-local

10e9504c81d87611587d2cc8ae3b958ea76130f5 — Nicolas Graves 6 months ago 36da2d3
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>
1 files changed, 3 insertions(+), 0 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +3 -0
@@ 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