diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-01-11 14:42:15 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-01-16 11:22:33 +0100 |
commit | a7c29914d54a4ce974f05fe21cc9738b92d98523 (patch) | |
tree | ad0465e4f1d9cc7035dc0397e69384857b6731d6 | |
parent | 98208f754b17b0676d207d048e5c2a1c066d8045 (diff) |
gnu: python-adjusttext: Disable tests.
* gnu/packages/python-xyz.scm (python-adjusttext)[arguments]: Disable tests.
Change-Id: Ib1002de20a6e301f43bb34f64f7299d4316d8a67
-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 fed15d9f30..c77e26b4cb 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -803,6 +803,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") |