summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-01-09 15:51:45 +0100
committerRicardo Wurmus <rekado@elephly.net>2024-01-16 12:44:36 +0100
commit50dbb9561f20ff47bee845d5c36837ae653e9875 (patch)
treed6b36cae81c477c49f4ac9d604e759fa37b6ebcf /gnu
parent6b4c911a99c677d67d826e8d5e53394bf1d3282e (diff)
downloadguix-patches-50dbb9561f20ff47bee845d5c36837ae653e9875.tar
guix-patches-50dbb9561f20ff47bee845d5c36837ae653e9875.tar.gz
gnu: python-fit-nbinom: Disable tests.
* gnu/packages/python-xyz.scm (python-fit-nbinom)[arguments]: Disable tests. Change-Id: I980480a3326dccc67930d34474832712005d1bb2
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7d70b80e0e..b1d57a0215 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -731,6 +731,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