diff options
Diffstat (limited to 'gnu/packages/python-check.scm')
| -rw-r--r-- | gnu/packages/python-check.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 60345ff3505..a6ce5e25233 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm | |||
| @@ -2591,7 +2591,7 @@ help in debugging failures and optimizing the scheduler to improve speed.") | |||
| 2591 | (define-public python-pytest-subprocess | 2591 | (define-public python-pytest-subprocess |
| 2592 | (package | 2592 | (package |
| 2593 | (name "python-pytest-subprocess") | 2593 | (name "python-pytest-subprocess") |
| 2594 | (version "1.5.0") | 2594 | (version "1.5.2") |
| 2595 | (source | 2595 | (source |
| 2596 | (origin | 2596 | (origin |
| 2597 | (method git-fetch) ;no tests in PyPI archive | 2597 | (method git-fetch) ;no tests in PyPI archive |
| @@ -2601,7 +2601,7 @@ help in debugging failures and optimizing the scheduler to improve speed.") | |||
| 2601 | (file-name (git-file-name name version)) | 2601 | (file-name (git-file-name name version)) |
| 2602 | (sha256 | 2602 | (sha256 |
| 2603 | (base32 | 2603 | (base32 |
| 2604 | "103nxv37sjvxlwmw87hxsrphkxkryv4dgb65kjjfr4722r37vmxv")))) | 2604 | "1mncfyn0vkbf7d03zc8wmv7nl354ck5i9gfblp9220ihc52whhy0")))) |
| 2605 | (build-system pyproject-build-system) | 2605 | (build-system pyproject-build-system) |
| 2606 | (native-inputs (list python-anyio | 2606 | (native-inputs (list python-anyio |
| 2607 | python-coverage | 2607 | python-coverage |
| @@ -2610,7 +2610,8 @@ help in debugging failures and optimizing the scheduler to improve speed.") | |||
| 2610 | python-pygments | 2610 | python-pygments |
| 2611 | python-pytest | 2611 | python-pytest |
| 2612 | python-pytest-asyncio | 2612 | python-pytest-asyncio |
| 2613 | python-pytest-rerunfailures)) | 2613 | python-pytest-rerunfailures |
| 2614 | python-wheel)) | ||
| 2614 | (home-page "https://github.com/aklajnert/pytest-subprocess") | 2615 | (home-page "https://github.com/aklajnert/pytest-subprocess") |
| 2615 | (synopsis "Fake subprocess for Pytest") | 2616 | (synopsis "Fake subprocess for Pytest") |
| 2616 | (description | 2617 | (description |
