diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-26 00:16:48 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:20 +0100 |
| commit | d8e2caa60b5d06e56321f7bdedb21acea9b6a162 (patch) | |
| tree | a92e214bc405215b8deaca653d6426a07a98a536 /gnu/local.mk | |
| parent | cd06ad91e925f17068c9096a2428e881b83f2123 (diff) | |
gnu: python-hdmedians: Switch to Pytest backend.
* gnu/packages/statistics.scm (python-hdmedians)[source]<patch>: Add
patch fixing tests.
[arguments] <test-flags>: Provide "--pyargs" option to tests against
compiled module.
<phases>: Remove 'build-extensions.
[native-inputs]: Remove python-nose; add python-pytest.
* gnu/packages/patches/python-hdmedians-replace-nose.patch: New file
* gnu/local.mk (dist_patch_DATA): Register new patch.
Change-Id: I86c577a55c2c273bd6504d225af8056f65593f77
Diffstat (limited to 'gnu/local.mk')
| -rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index e78792fdf81..0e56f89e52b 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -2039,6 +2039,7 @@ dist_patch_DATA = \ %D%/packages/patches/python-clarabel-blas.patch \ %D%/packages/patches/python-docrepr-fix-tests.patch \ %D%/packages/patches/python-feedparser-missing-import.patch \ + %D%/packages/patches/python-hdmedians-replace-nose.patch \ %D%/packages/patches/python-louvain-fix-test.patch \ %D%/packages/patches/python-matplotlib-fix-legend-loc-best-test.patch \ %D%/packages/patches/python-mohawk-pytest.patch \ |
