mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
[WORKAROUND] gnu: python-distlib: Skip tests.
* gnu/packages/python-xyz.scm (python-distlib)[#:tests?]: Disable.
This commit is contained in:
parent
0249b87348
commit
0aa275f334
1 changed files with 1 additions and 0 deletions
|
@ -12352,6 +12352,7 @@ and therefore easier to read and write.")
|
|||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:tests? #f ; XXX: run me
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-before 'build 'no-/bin/sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue