guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 5af562d3250d0b6cd1f2c7c099fac92498338dc6
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Jan 27 23:51:43 2026 +0100
gnu: python-pytest-flake8: Switch to python-pytest-8.
* gnu/packages/python-check.scm (python-pytest-flake8)
[native-inputs]: Replace python-pytest by python-pytest-8. Remove
python-wheel.
Change-Id: I10c7aef586d7673bba1ac7f438cbc0ee31ab3dd0
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 e5311af4c8..ee8f611b23 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -3000,9 +3000,8 @@ testing framework.")
"1rhz7mxcg7x9dbabfcjai3zxikfgw7az07m4ddf92bg35ib3byw8"))))
(build-system pyproject-build-system)
(native-inputs
- (list python-pytest
- python-setuptools
- python-wheel))
+ (list python-pytest-8
+ python-setuptools))
(propagated-inputs
(list python-flake8))
(home-page "https://github.com/tholo/pytest-flake8")