mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: python-pytest-cython: Remove extraneous python-nox native input.
* gnu/packages/python-check.scm (python-pytest-cython) [native-inputs]: Remove python-nox. Change-Id: I585b17d63e52e62fd7c633354b74e4ae6233f722
This commit is contained in:
parent
de6d8b7c7d
commit
d5e05b6548
1 changed files with 2 additions and 6 deletions
|
@ -1971,12 +1971,8 @@ (define-public python-pytest-cython
|
|||
(lambda _
|
||||
(with-directory-excursion "tests/example-project"
|
||||
(invoke "python" "setup.py" "build_ext" "--inplace")))))))
|
||||
(native-inputs
|
||||
(list python-nox
|
||||
python-cython-3
|
||||
python-setuptools))
|
||||
(propagated-inputs
|
||||
(list python-pytest))
|
||||
(native-inputs (list python-cython-3 python-setuptools))
|
||||
(propagated-inputs (list python-pytest))
|
||||
(home-page "https://github.com/lgpage/pytest-cython")
|
||||
(synopsis "Cython extension modules testing plugin")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue