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:
Maxim Cournoyer 2024-12-09 20:47:14 +09:00
parent de6d8b7c7d
commit d5e05b6548
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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