diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-01-09 15:51:45 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-01-16 11:22:33 +0100 |
commit | c05500b431514359774b39f6b09db40d326c9c81 (patch) | |
tree | 39685189078e2c0c47e9378949034fc1b4d1dbf6 | |
parent | 8afce521f4ebabdac1060b528f6aa56171e419c8 (diff) |
gnu: python-fit-nbinom: Disable tests.
* gnu/packages/python-xyz.scm (python-fit-nbinom)[arguments]: Disable tests.
Change-Id: I980480a3326dccc67930d34474832712005d1bb2
-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 289fb64281..921ebd4a37 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -701,6 +701,7 @@ and variables you'll need already imported and created. (build-system pyproject-build-system) (arguments (list + #:tests? #false ;there are none #:phases '(modify-phases %standard-phases (add-after 'unpack 'remove-invalid-syntax |