diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-21 19:37:49 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-21 19:38:14 +0100 |
commit | 25a9c8a6b089f87fd7071a1a70cdb9da65cc898d (patch) | |
tree | e1e3aed73d2a39af407588c825cdaa84c83ba25d /gnu/packages/python-xyz.scm | |
parent | cb286869430051fea7aa9a8f67899147daf7296f (diff) |
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
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index a5678e30da..ad6a5cf455 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -32053,7 +32053,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 |