mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
a98b452bc4
commit
bb6381b2ea
1 changed files with 2 additions and 0 deletions
|
@ -12251,6 +12251,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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue