summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-07-18 00:13:34 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:36:18 +0100
commit31d945f6c55768cf6bcb9de19d51d2c2fd369a35 (patch)
tree3a6f7f67aeb46448c5051b0067e3db97a545fa55 /gnu/packages/python-xyz.scm
parente2e2d8a3c7e2d0b6e806867475744ebf5bf34d6b (diff)
gnu: python-distutils-extra: Do not try to run tests.
Tests were never run and silently skipped before. * gnu/packages/python-xyz.scm (python-distutils-extra) [arguments] <tests?>: Disable them visually. Change-Id: I2003fcf69b6afff0d2133d30e18d4ccfcdf93f40
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6ebf335180..772c902a99 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12227,6 +12227,8 @@ used as the basis for third-party packaging tools.")
(base32
"0lx15kcbby9zisx33p2h5hgakgwh2bvh0ibag8z0px4j6ifhs41x"))))
(build-system pyproject-build-system)
+ (arguments
+ (list #:tests? #f)) ;tests are outdated and broken
(native-inputs (list python-setuptools python-wheel))
(home-page "https://launchpad.net/python-distutils-extra/")
(synopsis "Enhancements to Python's distutils")