mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06:00
gnu: python-pytest-forked: Add python-py propagated-input.
* gnu/packages/check.scm (python-pytest-forked)[propagated-inputs]: Add python-py. Change-Id: I9ff007703c4099016eedc276af195e8612fb20fd Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
a043e61a1c
commit
4451ac2f52
1 changed files with 1 additions and 0 deletions
|
|
@ -2108,6 +2108,7 @@ timeout has been exceeded.")
|
|||
;; to fail (see: https://github.com/pytest-dev/pytest-forked/issues/54).
|
||||
(list python-pytest-bootstrap python-setuptools
|
||||
python-setuptools-scm python-wheel))
|
||||
(propagated-inputs (list python-py))
|
||||
(home-page "https://github.com/pytest-dev/pytest-forked")
|
||||
(synopsis "Pytest plugin to run tests in isolated forked subprocesses")
|
||||
(description "This package provides a Pytest plugin which enables running
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue