~ruther/guix-local

011de0d1f50b30048d531bab40224a1fac818810 — Sharlatan Hellseher 9 months ago e5579dc
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
1 files changed, 4 insertions(+), 1 deletions(-)

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