gnu: python-fit-nbinom: Disable tests.

* gnu/packages/python-xyz.scm (python-fit-nbinom)[arguments]: Disable tests.

Change-Id: I980480a3326dccc67930d34474832712005d1bb2
This commit is contained in:
Ricardo Wurmus 2024-01-09 15:51:45 +01:00
parent 6b4c911a99
commit 50dbb9561f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -731,6 +731,7 @@ and variables you'll need already imported and created.
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list (list
#:tests? #false ;there are none
#:phases #:phases
'(modify-phases %standard-phases '(modify-phases %standard-phases
(add-after 'unpack 'remove-invalid-syntax (add-after 'unpack 'remove-invalid-syntax