guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit fce3660f7d93921fb3d27659be89fa337dc5676f
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Feb 5 00:17:39 2026 +0000
gnu: python-rpy2: Use python-pytest-8.
* gnu/packages/statistics.scm (python-rpy2):
[native-inputs]: Remove python-pytest; add python-pytest-8.
Change-Id: I20c82c77c5589c5802e4d7f252bd24aeedec5d85
---
gnu/packages/statistics.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 8e55a1b5ee..93cfc99d23 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -3217,7 +3217,7 @@ completion.")
r-dbplyr
zlib))
(native-inputs
- (list python-pytest
+ (list python-pytest-8
python-setuptools))
(home-page "https://rpy2.github.io")
(synopsis "Python interface to the R language")