summaryrefslogtreecommitdiff
path: root/gnu/packages/python-check.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-04-20 16:27:02 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-05-24 10:14:55 +0100
commitfa7763e0d1e4854abe8d9ababde2cd52bb026734 (patch)
treee9e669fbac0bf9062c33a470cd52de54f8108689 /gnu/packages/python-check.scm
parent100d1478c5c4c5fbaf65b615feb27235ab5e0a7e (diff)
gnu: python-cucumber-tag-expressions: Fix check phase.
* gnu/packages/python-check.scm (python-cucumber-tag-expressions) [native-inputs]: Add python-pytest-metadata. Change-Id: I693d5c0c85af91c88bffed99d63bb21b6d278cb5 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-check.scm')
-rw-r--r--gnu/packages/python-check.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index f6ccae12ddb..22c626e0075 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -842,6 +842,7 @@ intuitive syntax.")
842 (native-inputs 842 (native-inputs
843 (list python-path 843 (list python-path
844 python-pytest 844 python-pytest
845 python-pytest-metadata
845 python-pyyaml 846 python-pyyaml
846 python-setuptools 847 python-setuptools
847 python-setuptools-scm)) 848 python-setuptools-scm))