summaryrefslogtreecommitdiff
path: root/gnu/packages/python-check.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-01-27 22:24:14 +0100
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:47 +0100
commit6e401231c2447480ed068d90aff8cc21f33f47e3 (patch)
tree5476f0de781cf3945e80888ddd41afa3a293a4e5 /gnu/packages/python-check.scm
parentcb24bb746808f3fe462d5c56b08366b72f515213 (diff)
gnu: python-pytest-pylint: Switch to python-pytest-8.
* gnu/packages/python-check.scm (python-pytest-pylint) [native-inputs]: Replace python-pytest by python-pytest-8. Remove python-wheel. Change-Id: Ia0394c56f145d5a182eed057712e011eeb1c8bd9 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-check.scm')
-rw-r--r--gnu/packages/python-check.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index ccf15f9b5d9..e5311af4c80 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -3551,9 +3551,8 @@ for the @code{pytest} framework.")
(base32 "0gjm9qy1rsngvli042szqc45y0q5zk1crq28ja01iyjw3n74nxl8"))))
(build-system pyproject-build-system)
(native-inputs
- (list python-pytest
- python-setuptools
- python-wheel))
+ (list python-pytest-8
+ python-setuptools))
(propagated-inputs
(list python-pylint))
(home-page "https://github.com/carsongee/pytest-pylint")