diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-09 16:06:46 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:35:56 +0100 |
| commit | 5b69d15eeecc2f0b8b2c0fb51305bdece3c760d6 (patch) | |
| tree | aed343d70ac6e2be45d08f80eeacfff9ef5d2dc6 /gnu/packages/python-xyz.scm | |
| parent | c2e9f2701c057da1844b93107ab8aec48ab03e94 (diff) | |
gnu: python-wurlitzer: Update to 3.1.1.
* gnu/packages/python-xyz.scm (python-wurlitzer): Update to 3.1.1.
[native-inputs]: Remove python-mock; add python-setuptools.
Change-Id: Ie56041f27f6a8f0b707decde2423ffcd00f640de
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index d7b2dacd23..5665510d19 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -11754,22 +11754,19 @@ the results.") (define-public python-wurlitzer (package (name "python-wurlitzer") - (version "2.0.1") + (version "3.1.1") (source (origin (method url-fetch) (uri (pypi-uri "wurlitzer" version)) (sha256 - (base32 "0hvmbc41kdwrjns8z1s4a59a4azdvzb8q3vs7nn1li4qm4l0g3yh")))) - (build-system python-build-system) + (base32 "1ncvsc6b0bscvj5dn4iyyw42sf7ssgdqkzxr0bc8f97hp5519fdz")))) + (build-system pyproject-build-system) (arguments - '(#:phases - (modify-phases %standard-phases - (replace 'check - (lambda _ - (invoke "pytest" "-vv" "test.py")))))) + (list #:test-flags #~(list "test.py"))) (native-inputs - (list python-mock python-pytest)) + (list python-pytest + python-setuptools)) (home-page "https://github.com/minrk/wurlitzer") (synopsis "Capture C-level output in context managers") (description |
