diff options
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
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 |
