gnu: python-pytest-cache: Change inputs.
* gnu/packages/python.scm (python-pytest-cache)[propagated-inputs]: Move python-execnet ... [inputs]: ... to here. Add python-apipkg, python-py, python-pytest.
This commit is contained in:
parent
584d068f0f
commit
630d938fbe
|
@ -6957,8 +6957,11 @@ minimal and fast API targetting the following uses:
|
||||||
(base32
|
(base32
|
||||||
"1a873fihw4rhshc722j4h6j7g3nj7xpgsna9hhg3zn6ksknnhx5y"))))
|
"1a873fihw4rhshc722j4h6j7g3nj7xpgsna9hhg3zn6ksknnhx5y"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(inputs
|
||||||
`(("python-execnet" ,python-execnet)))
|
`(("python-apipkg" ,python-apipkg)
|
||||||
|
("python-execnet" ,python-execnet)
|
||||||
|
("python-py" ,python-py)
|
||||||
|
("python-pytest" ,python-pytest)))
|
||||||
(synopsis "Py.test plugin with mechanisms for caching across test runs")
|
(synopsis "Py.test plugin with mechanisms for caching across test runs")
|
||||||
(description "The pytest-cache plugin provides tools to rerun failures from
|
(description "The pytest-cache plugin provides tools to rerun failures from
|
||||||
the last py.test invocation.")
|
the last py.test invocation.")
|
||||||
|
|
Loading…
Reference in New Issue