gnu: python-pytest-xdist: Add extra test input, don't propagate pytest.

* gnu/packages/check.scm (python-pytest-xdist)[native-inputs]: Add
PYTHON-FILELOCK.  While at it, add PYTHON-PYTEST from ...
[propagated-inputs]: ... here.
This commit is contained in:
Marius Bakke 2022-08-12 18:57:56 +02:00
parent 14a9996cc2
commit 429bbef849
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1331,9 +1331,8 @@ (define-public python-pytest-xdist
(when tests?
(invoke "pytest" "-vv"
"-n" (number->string (parallel-job-count)))))))))
(native-inputs (list python-setuptools-scm))
(propagated-inputs (list python-execnet python-pytest python-py
python-pytest-forked))
(native-inputs (list python-setuptools-scm python-filelock python-pytest))
(propagated-inputs (list python-execnet python-pytest-forked))
(home-page "https://github.com/pytest-dev/pytest-xdist")
(synopsis
"Plugin for py.test with distributed testing and loop-on-failing modes")