guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit eac1b63d5b88b9827c718da6c90ac65a0b04276c
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 475acb718d..a640f18dad 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -30492,7 +30492,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