summaryrefslogtreecommitdiff
path: root/gnu/packages/statistics.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-03-16 15:04:02 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-05-24 10:14:39 +0100
commitfb51dc5c5c29f64fc8c25fd11da1cb1f7595fca8 (patch)
treef76261c2e9470bc238f76a7eb6613fd0dd02a8fe /gnu/packages/statistics.scm
parented0249ab481c30c5b7a5ec6e29decd1d5ceaf516 (diff)
gnu: packages: Remove python-pytest-cov native-inputs.
Obtained with ./pre-inst-env guix style -S remove-native-inputs -t python-pytest-cov on top of https://codeberg.org/guix/guix/pulls/5862 For this reason, I don't think it's relevant to generate a GNU Style Changelog. Change-Id: I58fe10452d7eaf2e8bb4dc88dfac5b4a5ee46165 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/statistics.scm')
-rw-r--r--gnu/packages/statistics.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 5ee941592ad..333fc96cf0b 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -685,8 +685,7 @@ and a lot more.")
685 #:test-flags #~(list "-o" "addopts=''"))) 685 #:test-flags #~(list "-o" "addopts=''")))
686 (native-inputs 686 (native-inputs
687 (list python-array-api-strict 687 (list python-array-api-strict
688 python-pytest 688 python-pytest ;test collection fails without
689 python-pytest-cov ;test collection fails without
690 python-setuptools)) 689 python-setuptools))
691 (propagated-inputs 690 (propagated-inputs
692 (list python-array-api-compat 691 (list python-array-api-compat