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