guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit dd31e0610264fec81deb0f95e26f2a272983adab
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Jan 27 23:52:54 2026 +0100
gnu: python-pytest-black: Switch to python-pytest-8.
* gnu/packages/python-check.scm (python-pytest-black)
[native-inputs]: Add python-pytest-8. Remove python-wheel.
[propagated-inputs]: Remove python-pytest.
Change-Id: Ifc6b751be94ad5b6e4fa23b2a0ee18dbe95ed688
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-check.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 28ca3d6a89..30e639307b 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -2465,11 +2465,10 @@ rounds that are calibrated to the chosen timer.")
"04dmhv8dzh356qdxz6hrwfz3nk3mlc9shicgpns5r03rydap9dzc"))))
(build-system pyproject-build-system)
(native-inputs
- (list python-setuptools
- python-wheel))
+ (list python-pytest-8
+ python-setuptools))
(propagated-inputs
(list python-black
- python-pytest
python-toml))
;; Project maintenance has been changed, see
;; <https://github.com/shopkeep/pytest-black/issues/70>.