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:
Efraim Flashner 2024-12-14 21:11:05 +02:00
parent 00b86f5817
commit 87ce159bc1
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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