summaryrefslogtreecommitdiff
path: root/gnu/packages/python-check.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-01-27 23:52:54 +0100
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:47 +0100
commit56708aeace7563567c1f398acf0376035c66aeee (patch)
tree31be12a6483103a7fb6d3412d878b650f5fb9640 /gnu/packages/python-check.scm
parent3af14e067497d38eee64b47acbf556f6dba9c616 (diff)
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 <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 28ca3d6a89f..30e639307b4 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>.