summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-09-20 17:20:21 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:36:36 +0100
commit899897b6fc17f0e13cc4d581304aa1b5c589a95e (patch)
tree31ec0718a053784fefbfb3ae7ad4b02a903af8a7 /gnu/packages/python-web.scm
parentfc4e35190aecbebb11f57155cfa0befeabab363b (diff)
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>
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index d9f7c7e208..9ba97b3b21 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -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