Message ID | 20210826151553.10127-3-jgart@dismail.de |
---|---|
State | New |
Headers | show |
Series | [bug#50213,01/19] gnu: python-pytest-6: Update to 6.2.4. | expand |
Context | Check | Description |
---|---|---|
cbaines/comparison | success | View comparision |
cbaines/git branch | success | View Git branch |
cbaines/comparison | success | View comparision |
cbaines/git branch | success | View Git branch |
cbaines/applying patch | fail | View Laminar job |
cbaines/issue | success | View issue |
cbaines/applying patch | fail | View Laminar job |
cbaines/issue | success | View issue |
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index c8d52b3b16..4e8d49a637 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -1363,7 +1363,8 @@ result back.") (add-installed-pythonpath inputs outputs) (invoke "pytest" "-vv")))))) (propagated-inputs - `(("python-pytest" ,python-pytest))) + `(("python-pytest" ,python-pytest) + ("python-pytest-cov" ,python-pytest-cov))) (native-inputs `(("python-pexpect" ,python-pexpect))) (home-page "https://github.com/pytest-dev/pytest-timeout")