mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
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:
parent
14a9996cc2
commit
429bbef849
1 changed files with 2 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue