mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: python-sip: Skip the test phase.
* gnu/packages/qt.scm (python-sip)[arguments]: Skip the tests. Change-Id: I329d774ab4abe25dc9a5db7b8f49ff548590d310
This commit is contained in:
parent
00b86f5817
commit
87ce159bc1
1 changed files with 2 additions and 0 deletions
|
@ -4036,6 +4036,8 @@ (define-public python-sip
|
|||
"0ykxq0607f2sdwbl5cxbp0y8pl14bsgzc9nhifpxbibfivj5kjbz"))
|
||||
(patches (search-patches "python-sip-include-dirs.patch"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f)) ; No test system found.
|
||||
(native-inputs
|
||||
(list python-wrapper python-setuptools python-setuptools-scm-next))
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue