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:
Nicolas Graves 2025-09-20 16:56:53 +02:00 committed by Sharlatan Hellseher
parent a043e61a1c
commit 4451ac2f52
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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