diff options
| -rw-r--r-- | gnu/packages/python-xyz.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 84a30ef669..34f0e621f6 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -691,6 +691,7 @@ generates an HTML report displaying copied slices as output.") (sha256 (base32 "1fk175k6l8isx43jmh7n7xyzb18ysdixzr74dxqqhpyd5sbsb5hy")))) (build-system pyproject-build-system) + (arguments (list #:tests? #f)) ;no tests in PyPI, tests depend on Nose (native-inputs (list python-setuptools python-wheel)) |
