diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2024-12-14 21:11:05 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2024-12-14 21:33:04 +0200 |
commit | 87ce159bc1db935df0f9839c58e505c4a210688c (patch) | |
tree | e3970a0efe514f1a0f941d5f65fd67806f74e1a4 /gnu | |
parent | 00b86f5817f5ed4963fd4261aa88792850527e35 (diff) | |
download | guix-87ce159bc1db935df0f9839c58e505c4a210688c.tar.gz guix-87ce159bc1db935df0f9839c58e505c4a210688c.zip |
gnu: python-sip: Skip the test phase.
* gnu/packages/qt.scm (python-sip)[arguments]: Skip the tests.
Change-Id: I329d774ab4abe25dc9a5db7b8f49ff548590d310
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/qt.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 4a0c91b482..72aa7b5265 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -4036,6 +4036,8 @@ Python.") "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 |