summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-01-24 13:53:18 +0000
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:19 +0100
commit3fc042a458249723f36fdde56dd9ea2f852e940e (patch)
treebd8a375bacd1ed4164bee66cfb4d691d1d91d6a5 /gnu/packages
parent20b7e152394ed8464ee67894189673fe6d382f80 (diff)
gnu: python-boltons: Use python-pytest-8.
* gnu/packages/python-xyz.scm (python-boltons)[native-inputs]: Remove python-pytest; add python-pytest-8. Change-Id: I50073f38a2a29f55708b152e895d01a662a844bc
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1b8da46f310..c3f09facb52 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -30640,7 +30640,7 @@ library.")
(sha256
(base32 "0j061hd1iwcyz1rvasprjwwgb39x6h36n1l3dw310ig3pzbr84wh"))))
(build-system pyproject-build-system)
- (native-inputs (list python-flit-core python-pytest python-setuptools))
+ (native-inputs (list python-flit-core python-pytest-8 python-setuptools))
(home-page "https://github.com/mahmoud/boltons")
(synopsis "Extensions to the Python standard library")
(description