gnu: python-monthdelta: Fix tests.

* gnu/packages/python-xyz.scm (python-monthdelta)[arguments]
<test-backend>: Use 'unittest.
[native-inputs]: Remove python-wheel.

Change-Id: I9e23db42377deef7c6cc321217bbb130861ba890
This commit is contained in:
Sharlatan Hellseher 2025-10-01 15:24:57 +01:00
parent e5579dc5de
commit 011de0d1f5
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -20866,6 +20866,7 @@ for the module to work under Python 3.3.")
text.")
(license license:bsd-3)))
;; XXX: Not maintained since 2012.
(define-public python-monthdelta
(package
(name "python-monthdelta")
@ -20877,7 +20878,9 @@ text.")
(sha256
(base32 "0iwcsk7ryjw5h1wp10ykwd01f3am8gdlga6461q1v1njsk0rxh41"))))
(build-system pyproject-build-system)
(native-inputs (list python-setuptools python-wheel))
(arguments
(list #:test-backend #~'unittest))
(native-inputs (list python-setuptools))
(home-page "http://packages.python.org/MonthDelta")
(synopsis "Date computations with months")
(description