mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: python-pytest-xprocess: Update to 0.18.1.
* gnu/packages/check.scm (python-pytest-xprocess): Update to 0.18.1. [propagated-inputs]: Remove python-pytest-cache. [native-inputs]: Add python-setuptools-scm. [home-page]: Update to new home-page.
This commit is contained in:
parent
3fe23854eb
commit
7e8146923f
1 changed files with 5 additions and 4 deletions
|
@ -1893,22 +1893,23 @@ framework which enables you to test server connections locally.")
|
||||||
(define-public python-pytest-xprocess
|
(define-public python-pytest-xprocess
|
||||||
(package
|
(package
|
||||||
(name "python-pytest-xprocess")
|
(name "python-pytest-xprocess")
|
||||||
(version "0.9.1")
|
(version "0.18.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pytest-xprocess" version))
|
(uri (pypi-uri "pytest-xprocess" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17zlql1xqw3ywcgwwbqmw633aly99lab12hm02asr8awvg5603pp"))))
|
"0rm2rchrr63imn44xk5slwydxf8gvy579524qcxq7dc42pnk17zx"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-pytest" ,python-pytest)
|
`(("python-pytest" ,python-pytest)
|
||||||
("python-pytest-cache" ,python-pytest-cache)
|
|
||||||
("python-psutil" ,python-psutil)))
|
("python-psutil" ,python-psutil)))
|
||||||
|
(native-inputs
|
||||||
|
`(("python-setuptools-scm" ,python-setuptools-scm)))
|
||||||
(synopsis "Pytest plugin to manage external processes across test runs")
|
(synopsis "Pytest plugin to manage external processes across test runs")
|
||||||
(description "Pytest-xprocess is an experimental py.test plugin for managing
|
(description "Pytest-xprocess is an experimental py.test plugin for managing
|
||||||
processes across test runs.")
|
processes across test runs.")
|
||||||
(home-page "https://bitbucket.org/pytest-dev/pytest-xprocess")
|
(home-page "https://github.com/pytest-dev/pytest-xprocess/")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-pytest-subtesthack
|
(define-public python-pytest-subtesthack
|
||||||
|
|
Loading…
Reference in a new issue