diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-09 08:43:02 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:11 +0100 |
| commit | 0a0ea43b7e36eda4cc67bd7dcb5e85f2fbf56cd4 (patch) | |
| tree | 25fbea3b0eee58cdd6f425f7cadd0a862906de81 | |
| parent | 718e90c43d1bbb819192a9cacd6748af0e6dfc8e (diff) | |
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
| -rw-r--r-- | gnu/packages/python-xyz.scm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index bdfd6de2608..f25d795e31b 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm | |||
| @@ -8716,8 +8716,12 @@ Microsoft Word (.docx) documents.") | |||
| 8716 | (sha256 | 8716 | (sha256 |
| 8717 | (base32 "0xzz1aw2smy8hdszrq8yhnklx6w1r1mf55061kalw3iq35gafa84")))) | 8717 | (base32 "0xzz1aw2smy8hdszrq8yhnklx6w1r1mf55061kalw3iq35gafa84")))) |
| 8718 | (build-system pyproject-build-system) | 8718 | (build-system pyproject-build-system) |
| 8719 | (arguments | ||
| 8720 | (list | ||
| 8721 | #:test-backend #~'unittest | ||
| 8722 | #:test-flags #~(list "discover" "repoze"))) | ||
| 8719 | (native-inputs | 8723 | (native-inputs |
| 8720 | (list python-coverage python-nose python-setuptools python-wheel)) | 8724 | (list python-setuptools)) |
| 8721 | (home-page "https://www.repoze.org") | 8725 | (home-page "https://www.repoze.org") |
| 8722 | (synopsis "Tiny LRU cache implementation and decorator") | 8726 | (synopsis "Tiny LRU cache implementation and decorator") |
| 8723 | (description | 8727 | (description |
