mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pytest-subprocess: Update to 1.5.2.
* gnu/packages/python-check.scm (python-pytest-subprocess): Update to 1.5.2. [native-inputs]: Add python-wheel. Change-Id: I3b5608e21f92306b53999b80dd81377e5cbfffb3
This commit is contained in:
parent
bee74a60b0
commit
5a4c2f347a
1 changed files with 4 additions and 3 deletions
|
@ -2591,7 +2591,7 @@ help in debugging failures and optimizing the scheduler to improve speed.")
|
||||||
(define-public python-pytest-subprocess
|
(define-public python-pytest-subprocess
|
||||||
(package
|
(package
|
||||||
(name "python-pytest-subprocess")
|
(name "python-pytest-subprocess")
|
||||||
(version "1.5.0")
|
(version "1.5.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch) ;no tests in PyPI archive
|
(method git-fetch) ;no tests in PyPI archive
|
||||||
|
@ -2601,7 +2601,7 @@ help in debugging failures and optimizing the scheduler to improve speed.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"103nxv37sjvxlwmw87hxsrphkxkryv4dgb65kjjfr4722r37vmxv"))))
|
"1mncfyn0vkbf7d03zc8wmv7nl354ck5i9gfblp9220ihc52whhy0"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs (list python-anyio
|
(native-inputs (list python-anyio
|
||||||
python-coverage
|
python-coverage
|
||||||
|
@ -2610,7 +2610,8 @@ help in debugging failures and optimizing the scheduler to improve speed.")
|
||||||
python-pygments
|
python-pygments
|
||||||
python-pytest
|
python-pytest
|
||||||
python-pytest-asyncio
|
python-pytest-asyncio
|
||||||
python-pytest-rerunfailures))
|
python-pytest-rerunfailures
|
||||||
|
python-wheel))
|
||||||
(home-page "https://github.com/aklajnert/pytest-subprocess")
|
(home-page "https://github.com/aklajnert/pytest-subprocess")
|
||||||
(synopsis "Fake subprocess for Pytest")
|
(synopsis "Fake subprocess for Pytest")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue