diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-10 22:44:08 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-18 14:37:03 +0100 |
| commit | 74557c17f336971239acba5523e253731f023013 (patch) | |
| tree | 354eb8e84355d1d745d15f4cb8448ef5e4f0df99 | |
| parent | bd882e3e1009eded80c616fab95091d1f5035851 (diff) | |
gnu: python-pynput: Disable tests.
* gnu/packages/python-xyz.scm (python-pynput):
[arguments] <tests?>: Disable, can't be found on Python@3.12.
Change-Id: I8643fc5ba5b138e28eed5e1a99f1e1c2e02591b5
| -rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index d2bbcb5e29..644ae5d589 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -27473,7 +27473,7 @@ environments.") (build-system pyproject-build-system) (arguments (list - #:test-backend #~'unittest + #:tests? #f ;XXX: tests can't be found with pytest or unittest #:phases #~(modify-phases %standard-phases (add-after 'unpack 'relax-requirements |
