mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-publicsuffixlist: Set unittest test backend.
* gnu/packages/python-web.scm (python-publicsuffixlist)[arguments] <#:test-backend>: Set it. [native-inputs]: Remove python-wheel. Change-Id: I213887319fbae770dccf391327ac8a16bc01a1b4 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
fc4e35190a
commit
899897b6fc
1 changed files with 2 additions and 3 deletions
|
@ -2048,9 +2048,8 @@ emit information from within their applications to the AWS X-Ray service.")
|
|||
(sha256
|
||||
(base32 "0llam7g7sv08lcfgy18iph8br8ldjmy2qbjaykc9pd3z4iisb0yd"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-setuptools
|
||||
python-wheel))
|
||||
(arguments (list #:test-backend #~'unittest))
|
||||
(native-inputs (list python-setuptools))
|
||||
(home-page "https://github.com/ko-zu/psl")
|
||||
(synopsis "Public suffix list for Python")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue