~ruther/guix-local

d5e05b6548e1bad49f3b0881d21fb98eb3df0b0f — Maxim Cournoyer 1 year, 5 months ago de6d8b7
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
1 files changed, 2 insertions(+), 6 deletions(-)

M gnu/packages/python-check.scm
M gnu/packages/python-check.scm => gnu/packages/python-check.scm +2 -6
@@ 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