diff options
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
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") |
