~ruther/guix-local

ba4750dfd0772e6428810b5da2b411de2b78a201 — Ricardo Wurmus 2 years ago 7f48add
gnu: python-pytest-xdist: Add setuptools and wheel.

* gnu/packages/check.scm (python-pytest-xdist)[native-inputs]: Add
python-setuptools and python-wheel.

Change-Id: I0aa7130a6e1bc0741edb164fd145bc20d754c007
1 files changed, 5 insertions(+), 1 deletions(-)

M gnu/packages/check.scm
M gnu/packages/check.scm => gnu/packages/check.scm +5 -1
@@ 2117,7 2117,11 @@ same arguments.")
      ;; Fails with OSError: cannot send to <Channel id=1 closed>
      ;; on foreign distribution.
      '(list "-k" "not test_internal_errors_propagate_to_controller")))
    (native-inputs (list python-setuptools-scm python-filelock python-pytest))
    (native-inputs (list python-filelock
                         python-pytest
                         python-setuptools
                         python-setuptools-scm
                         python-wheel))
    (propagated-inputs (list python-execnet python-pytest-forked))
    (home-page "https://github.com/pytest-dev/pytest-xdist")
    (synopsis