diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-09-20 16:56:53 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:36 +0100 |
| commit | 4451ac2f523571ae92aed1fc281e611967e84ee8 (patch) | |
| tree | 64c0515b0f3c4d9dc32231ca43d552e9e6c043a3 /gnu | |
| parent | a043e61a1cbd61da636d80877f1b3a3240cdc2c4 (diff) | |
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>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/check.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index 2ecb331b9d7..fd42cb9258c 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -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 |
