gnu: python-pytest-mock: Adjust package inputs.
* gnu/packages/check.scm (python-pytest-mock)[propagated-inputs]: Move python-pytest-asyncio ... [native-inputs]: ... to here. (python2-pytest-mock): Adjust to ensure package remains unchanged.
This commit is contained in:
parent
d76e0a36f9
commit
7a0077d7f3
1 changed files with 5 additions and 3 deletions
|
@ -1334,10 +1334,10 @@ reported in a previous test run.")
|
||||||
(invoke "pytest" "--assert=plain"
|
(invoke "pytest" "--assert=plain"
|
||||||
"-k" "not test_standalone_mock")))))))
|
"-k" "not test_standalone_mock")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-setuptools-scm" ,python-setuptools-scm)))
|
`(("python-pytest-asyncio" ,python-pytest-asyncio)
|
||||||
|
("python-setuptools-scm" ,python-setuptools-scm)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-pytest" ,python-pytest)
|
`(("python-pytest" ,python-pytest)))
|
||||||
("python-pytest-asyncio" ,python-pytest-asyncio)))
|
|
||||||
(home-page "https://github.com/pytest-dev/pytest-mock/")
|
(home-page "https://github.com/pytest-dev/pytest-mock/")
|
||||||
(synopsis "Thin-wrapper around the mock package for easier use with py.test")
|
(synopsis "Thin-wrapper around the mock package for easier use with py.test")
|
||||||
(description
|
(description
|
||||||
|
@ -1363,6 +1363,8 @@ same arguments.")
|
||||||
"1i5mg3ff1qk0wqfcxfz60hwy3q5dskdp36i10ckigkzffg8hc3ad"))))
|
"1i5mg3ff1qk0wqfcxfz60hwy3q5dskdp36i10ckigkzffg8hc3ad"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:python ,python-2))
|
`(#:python ,python-2))
|
||||||
|
(native-inputs
|
||||||
|
`(("python2-setuptools-scm" ,python2-setuptools-scm)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python2-mock" ,python2-mock)
|
`(("python2-mock" ,python2-mock)
|
||||||
("python2-pytest" ,python2-pytest))))))
|
("python2-pytest" ,python2-pytest))))))
|
||||||
|
|
Reference in a new issue