mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: python-parameterized-next: Adjust inputs.
* gnu/packages/check.scm (python-parameterized-next) [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ibe0b92cbd85dd169547a1f0f928782f02da9a262
This commit is contained in:
parent
101c56df66
commit
6d13c785fc
1 changed files with 4 additions and 1 deletions
|
@ -1402,7 +1402,10 @@ for every Python test framework. It supports nose, py.test, and unittest.")
|
|||
(substitute* "parameterized/test.py"
|
||||
(("import mock") "from unittest import mock"))
|
||||
(invoke "python3" "-m" "unittest")))))))
|
||||
(native-inputs (list python-jinja2))))
|
||||
(native-inputs
|
||||
(list python-jinja2
|
||||
python-setuptools
|
||||
python-wheel))))
|
||||
|
||||
(define-public python-minimock
|
||||
(package
|
||||
|
|
Loading…
Add table
Reference in a new issue