mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
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:
parent
6b4c911a99
commit
50dbb9561f
1 changed files with 1 additions and 0 deletions
|
@ -731,6 +731,7 @@ (define-public python-fit-nbinom
|
|||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:tests? #false ;there are none
|
||||
#:phases
|
||||
'(modify-phases %standard-phases
|
||||
(add-after 'unpack 'remove-invalid-syntax
|
||||
|
|
Loading…
Reference in a new issue