summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/check.scm1
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