mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-adjusttext: Disable tests.
* gnu/packages/python-xyz.scm (python-adjusttext)[arguments]: Disable tests. Change-Id: Ib1002de20a6e301f43bb34f64f7299d4316d8a67
This commit is contained in:
parent
65d021a950
commit
8ef784e84c
1 changed files with 1 additions and 0 deletions
|
@ -833,6 +833,7 @@ features of the Python's built-in dict.")
|
|||
(base32
|
||||
"05zf0xn7ab40dan213fwbp1z4rybih8dphf9mzb2ddmbafxq41mv"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments (list #:tests? #false)) ;there are none
|
||||
(propagated-inputs (list python-matplotlib python-numpy))
|
||||
(home-page "https://github.com/Phlya/adjustText")
|
||||
(synopsis "Adjust text position in matplotlib plots to minimize overlaps")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue