mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +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 @@ plain (undecoratored) native coroutine tests.")
|
||||||
(lambda _
|
(lambda _
|
||||||
(with-directory-excursion "tests/example-project"
|
(with-directory-excursion "tests/example-project"
|
||||||
(invoke "python" "setup.py" "build_ext" "--inplace")))))))
|
(invoke "python" "setup.py" "build_ext" "--inplace")))))))
|
||||||
(native-inputs
|
(native-inputs (list python-cython-3 python-setuptools))
|
||||||
(list python-nox
|
(propagated-inputs (list python-pytest))
|
||||||
python-cython-3
|
|
||||||
python-setuptools))
|
|
||||||
(propagated-inputs
|
|
||||||
(list python-pytest))
|
|
||||||
(home-page "https://github.com/lgpage/pytest-cython")
|
(home-page "https://github.com/lgpage/pytest-cython")
|
||||||
(synopsis "Cython extension modules testing plugin")
|
(synopsis "Cython extension modules testing plugin")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Reference in a new issue