From 62323cd67fa8544b04c422822324a5ca68d07f31 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Tue, 27 Jan 2026 23:51:43 +0100 Subject: 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 --- gnu/packages/python-check.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gnu/packages/python-check.scm') diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index e5311af4c80..ee8f611b23d 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") -- cgit v1.3