1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-08 22:20:38 +02:00

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
This commit is contained in:
Ricardo Wurmus
2024-05-06 14:04:54 +02:00
committed by Sharlatan Hellseher
parent 7f48addbaf
commit ba4750dfd0

View File

@@ -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