summaryrefslogtreecommitdiff
path: root/gnu/packages/python-check.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-05-31 19:22:19 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-08 23:02:07 +0100
commit428bf4a3909d81974afacc07f67ac924a1dcee43 (patch)
tree00e1bc0aa023474494912c682b4ef17afa77238e /gnu/packages/python-check.scm
parent4e93d946bb0f4d1a313db3685c74d2cbf897ab1a (diff)
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
Diffstat (limited to 'gnu/packages/python-check.scm')
-rw-r--r--gnu/packages/python-check.scm18
1 files changed, 4 insertions, 14 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 3b2565e6a6a..f682de5fe1d 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -4434,29 +4434,19 @@ test execution time.")
4434(define-public python-pytest-subprocess 4434(define-public python-pytest-subprocess
4435 (package 4435 (package
4436 (name "python-pytest-subprocess") 4436 (name "python-pytest-subprocess")
4437 (version "1.5.3") 4437 (version "1.5.4")
4438 (source 4438 (source
4439 (origin 4439 (origin
4440 (method git-fetch) ;no tests in PyPI archive 4440 (method git-fetch)
4441 (uri (git-reference 4441 (uri (git-reference
4442 (url "https://github.com/aklajnert/pytest-subprocess") 4442 (url "https://github.com/aklajnert/pytest-subprocess")
4443 (commit version))) 4443 (commit version)))
4444 (file-name (git-file-name name version)) 4444 (file-name (git-file-name name version))
4445 (sha256 4445 (sha256
4446 (base32 4446 (base32
4447 "1yb5y6dqzf6k5a07yzdpw8w50bm7zbsdvv06ii7c7vyg9wx5iw6y")))) 4447 "1d135k088c4m92dl385lasllfmggbrbivajgs4qk9jzfx7lxhm2c"))))
4448 (build-system pyproject-build-system) 4448 (build-system pyproject-build-system)
4449 (arguments 4449 ;; tests: 151 passed, 4 skipped
4450 (list
4451 ;; 134 passed, 4 skipped, 4 deselected
4452 #:test-flags
4453 ;; XXX: Skip tests fixed on master in
4454 ;; be30d9a94ba45afb600717e3fcd95b8b2ff2c60e commit, not critical,
4455 ;; re-chech in the next refresh cycle.
4456 #~(list "--deselect=tests/test_examples.py::test_documentation[README.rst]"
4457 "--deselect=tests/test_examples.py::test_documentation[docs/index.rst]"
4458 "--deselect=tests/test_subprocess.py::test_text[False]"
4459 "--deselect=tests/test_subprocess.py::test_universal_newlines[False]")))
4460 (native-inputs 4450 (native-inputs
4461 (list python-anyio 4451 (list python-anyio
4462 python-docutils 4452 python-docutils