guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 4997f25f3b8603adcb1f75a9bab0c7cf1dcd6ca3
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun May 31 19:22:19 2026 +0100
gnu: python-pytest-subprocess: Update to 1.5.4.
* gnu/packages/python-check.scm (python-pytest-subprocess): Update to 1.5.4.
[arguments]: Drop all.
Change-Id: I729915e76dbc0e5e7b44634f00784e17e1715b1d
---
gnu/packages/python-check.scm | 18 ++++--------------
1 file changed, 4 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index be9ac17fa1..92bba9741c 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -4406,29 +4406,19 @@ test execution time.")
(define-public python-pytest-subprocess
(package
(name "python-pytest-subprocess")
- (version "1.5.3")
+ (version "1.5.4")
(source
(origin
- (method git-fetch) ;no tests in PyPI archive
+ (method git-fetch)
(uri (git-reference
(url "https://github.com/aklajnert/pytest-subprocess")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
- "1yb5y6dqzf6k5a07yzdpw8w50bm7zbsdvv06ii7c7vyg9wx5iw6y"))))
+ "1d135k088c4m92dl385lasllfmggbrbivajgs4qk9jzfx7lxhm2c"))))
(build-system pyproject-build-system)
- (arguments
- (list
- ;; 134 passed, 4 skipped, 4 deselected
- #:test-flags
- ;; XXX: Skip tests fixed on master in
- ;; be30d9a94ba45afb600717e3fcd95b8b2ff2c60e commit, not critical,
- ;; re-chech in the next refresh cycle.
- #~(list
"--deselect=tests/test_examples.py::test_documentation[README.rst]"
-
"--deselect=tests/test_examples.py::test_documentation[docs/index.rst]"
- "--deselect=tests/test_subprocess.py::test_text[False]"
-
"--deselect=tests/test_subprocess.py::test_universal_newlines[False]")))
+ ;; tests: 151 passed, 4 skipped
(native-inputs
(list python-anyio
python-docutils