summaryrefslogtreecommitdiff
path: root/gnu/packages/python-check.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-01-24 19:27:43 +0000
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:20 +0100
commit47358c73cd6557c187e10a59c85cdadcca02d6d8 (patch)
tree6f208012a9cc18ae8ae014b02acf266da2992057 /gnu/packages/python-check.scm
parent5d7532509d08f40992f0f35397bb4fcd51594d04 (diff)
gnu: python-pytest-httpx: Use python-pytest-8.
* gnu/packages/python-check.scm (python-pytest-httpx)[native-inputs]: Remove python-pytest; add python-pytest-8. Change-Id: Ic8b7bf22a84b7ecb8c37996405f6d7b996cf3ce5
Diffstat (limited to 'gnu/packages/python-check.scm')
-rw-r--r--gnu/packages/python-check.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 51d555e6635..625a77c6d0f 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -3155,7 +3155,7 @@ import them in their actual tests to use them.")
;; XXX: 261 failed, 170 errors
#:tests? #f))
(native-inputs
- (list python-pytest
+ (list python-pytest-8
python-pytest-asyncio
python-setuptools
python-wheel))