guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 41c488dfd1f09076bcbfde9cbcef9908dcb9c357
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Jan 24 13:53:18 2026 +0000
gnu: python-boltons: Use python-pytest-8.
* gnu/packages/python-xyz.scm (python-boltons)[native-inputs]: Remove
python-pytest; add python-pytest-8.
Change-Id: I50073f38a2a29f55708b152e895d01a662a844bc
---
gnu/packages/python-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 525719b1fd..0281ce0bf8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -30552,7 +30552,7 @@ library.")
(sha256
(base32 "0j061hd1iwcyz1rvasprjwwgb39x6h36n1l3dw310ig3pzbr84wh"))))
(build-system pyproject-build-system)
- (native-inputs (list python-flit-core python-pytest python-setuptools))
+ (native-inputs (list python-flit-core python-pytest-8 python-setuptools))
(home-page "https://github.com/mahmoud/boltons")
(synopsis "Extensions to the Python standard library")
(description