mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-repoze-lru: Swap Nose with Unittest.
* gnu/packages/python-xyz.scm (python-repoze-lru): [arguments] <test-backend>: Use 'unittest. [native-inputs]: Remove python-coverage, python-nose, and python-wheel. Change-Id: Ib91cd3bedbe988436d12f5ba98876b615c8a3765
This commit is contained in:
parent
718e90c43d
commit
0a0ea43b7e
1 changed files with 5 additions and 1 deletions
|
@ -8716,8 +8716,12 @@ Microsoft Word (.docx) documents.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0xzz1aw2smy8hdszrq8yhnklx6w1r1mf55061kalw3iq35gafa84"))))
|
(base32 "0xzz1aw2smy8hdszrq8yhnklx6w1r1mf55061kalw3iq35gafa84"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:test-backend #~'unittest
|
||||||
|
#:test-flags #~(list "discover" "repoze")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-coverage python-nose python-setuptools python-wheel))
|
(list python-setuptools))
|
||||||
(home-page "https://www.repoze.org")
|
(home-page "https://www.repoze.org")
|
||||||
(synopsis "Tiny LRU cache implementation and decorator")
|
(synopsis "Tiny LRU cache implementation and decorator")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue