From ba4750dfd0772e6428810b5da2b411de2b78a201 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 6 May 2024 14:04:54 +0200 Subject: 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 --- gnu/packages/check.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index d4ff9ea98b..75ef0aa9f2 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -2117,7 +2117,11 @@ same arguments.") ;; Fails with OSError: cannot send to ;; 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 -- cgit v1.2.3