@@ 1971,12 1971,8 @@ plain (undecoratored) native coroutine tests.")
(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