diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2025-07-25 00:33:02 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-25 11:32:11 +0100 |
commit | 431fdb259e58be63a7cba7948334108ca03fd72c (patch) | |
tree | f66ba7b4eb38f896dd94521b280b1ab67190c86f /gnu/packages/python-xyz.scm | |
parent | 88119444c39463ba97626dcf7488a5fecc7af4be (diff) |
gnu: python-types-freezegun: Disable tests.
* gnu/packages/python-xyz.scm (python-types-freezegun):
[arguments]: Disable tests explicitely.
Change-Id: I5a58d81a6a83edb1d4fa6f6c5f9c6f3eb03c1521
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 6f2a682b64..e6219b48b6 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -37848,6 +37848,10 @@ package.") (sha256 (base32 "08g926s8343zwq140zcfwly3qfgmahm7lp0vgb3ics549b2hifzl")))) (build-system pyproject-build-system) + (arguments + ;; XXX: No tests in PyPi source, but it's also unclear how to get the + ;; right files from source, so ignore them for now. + (list #:tests? #f)) (native-inputs (list python-setuptools python-wheel)) (home-page "https://github.com/python/typeshed") (synopsis "Typing stubs for @code{freezegun}") |