diff options
Diffstat (limited to 'gnu/packages/python-check.scm')
-rw-r--r-- | gnu/packages/python-check.scm | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index aa3d03ed51..ebfbbf26d4 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -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 |