mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-iocapture: Fix tests.
* gnu/packages/python-xyz.scm (python-iocapture)[native-inputs]: Remove python-wheel; add python-six. Change-Id: Ifa2191412463b03759527cd8073e6760d648c2f4
This commit is contained in:
parent
f35a36f906
commit
c78545b334
1 changed files with 7 additions and 2 deletions
|
@ -32158,6 +32158,7 @@ register custom encoders and decoders.")
|
|||
bindings for Python 3.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
;; XXX: See: <https://codeberg.org/guix/guix/issues/3054>.
|
||||
(define-public python-iocapture
|
||||
;; The latest release is more than a year older than this commit.
|
||||
(let ((commit "fdc021c431d0840303908dfc3ca8769db383595c")
|
||||
|
@ -32175,8 +32176,12 @@ bindings for Python 3.")
|
|||
(sha256
|
||||
(base32 "1mkbhqibxvgwg0p7slr8dfraa3g2s6bsayladhax2jccwj4kcndz"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs (list python-flexmock python-pytest python-pytest-cov
|
||||
python-setuptools python-wheel))
|
||||
(native-inputs
|
||||
(list python-flexmock
|
||||
python-pytest
|
||||
python-pytest-cov
|
||||
python-setuptools
|
||||
python-six))
|
||||
(home-page "https://github.com/oinume/iocapture")
|
||||
(synopsis "Python capturing tool for stdout and stderr")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue