~ruther/guix-local

eaac7a142edb1e6479eb477c5e596ac256eecde4 — Sharlatan Hellseher 7 months ago 31c659b
gnu: python-ioctl-opt: Disable tests.

* gnu/packages/python-xyz.scm (python-ioctl-opt)[arguments] <tests?>: No
tests.
[native-inputs]: Remove python-wheel.

Change-Id: Ia6331b4f5a19898f79124df1f22d3ee52d6cb6c9
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +3 -1
@@ 32029,7 32029,9 @@ standard error channel (stderr) in your program.")
       (sha256
        (base32 "1ygjgkzn0i61zk2yr27aqnma08c8xpblhdixli9f20if1nlgkm2y"))))
    (build-system pyproject-build-system)
    (native-inputs (list python-setuptools python-wheel))
    (arguments
     (list #:tests? #f)) ;no tests
    (native-inputs (list python-setuptools))
    (home-page "http://github.com/vpelletier/python-ioctl-opt")
    (synopsis "Functions to compute fnctl.ioctl's opt argument")
    (description