~ruther/guix-local

431fdb259e58be63a7cba7948334108ca03fd72c — Nicolas Graves 10 months ago 8811944
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>
1 files changed, 4 insertions(+), 0 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +4 -0
@@ 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}")