gnu: python-click-default-group: Enable tests.

* gnu/packages/python-xyz.scm (python-click-default-group) [source]:
Swap to git checkout containing tests.

Change-Id: I51d039ce03d4d772ed6246233e5cc830b5548c3a
This commit is contained in:
Sharlatan Hellseher 2024-05-08 22:30:41 +01:00
parent 09c4818beb
commit dc03e6ce50
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -18106,14 +18106,16 @@ (define-public python-click-default-group
(package
(name "python-click-default-group")
(version "1.2.4")
(source (origin
(method url-fetch)
(uri (pypi-uri "click_default_group" version))
(sha256
(base32
"07i5w47lbihcb3cvs08vynz725z9skvhhzrarnk6qi8dxjckqgzb"))))
(source
(origin
(method git-fetch) ; no tests in PyPI release
(uri (git-reference
(url "https://github.com/click-contrib/click-default-group")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "06h12qwg0lhvxlgfm9768afibwp8j6r3r440v630a30bv0nkhngm"))))
(build-system pyproject-build-system)
(arguments (list #:tests? #false)) ;there are none
(propagated-inputs
(list python-click))
(native-inputs