diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-04-20 16:27:02 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-18 14:36:41 +0100 |
| commit | 0743d99baee4bb09ee25f118d0d1ced146bd464b (patch) | |
| tree | b89ff58d5842647849b1e05a2c372c99df794bdd /gnu/packages/python-check.scm | |
| parent | 261a0b9f745dc8cdcdcec6c2b0db8f41b3d68742 (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.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 63a336d5a4..7260201cd0 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -842,6 +842,7 @@ intuitive syntax.") (native-inputs (list python-path python-pytest + python-pytest-metadata python-pyyaml python-setuptools python-setuptools-scm)) |
