From d5e05b6548e1bad49f3b0881d21fb98eb3df0b0f Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Mon, 9 Dec 2024 20:47:14 +0900 Subject: [PATCH] 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 --- gnu/packages/python-check.scm | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index aa3d03ed51220fb05f7658f3a5fd329ccae5bbfd..ebfbbf26d4df9d89a5d22a789aaf7bbe46b117f7 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