1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-13 06:54:03 +02:00

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>
This commit is contained in:
Nicolas Graves
2026-04-20 16:27:02 +02:00
committed by Sharlatan Hellseher
parent 100d1478c5
commit fa7763e0d1
+1
View File
@@ -842,6 +842,7 @@ intuitive syntax.")
(native-inputs
(list python-path
python-pytest
python-pytest-metadata
python-pyyaml
python-setuptools
python-setuptools-scm))