python39Packages.pytest-xdist: add pexpect to run more tests

This commit is contained in:
Artturin
2022-03-31 00:39:59 +03:00
committed by Martin Weinelt
parent c838a3ac1e
commit 3b3bf22264
@@ -9,6 +9,7 @@
, pytest
, pytest-forked
, psutil
, pexpect
}:
buildPythonPackage rec {
@@ -25,7 +26,7 @@ buildPythonPackage rec {
buildInputs = [
pytest
];
checkInputs = [ pytestCheckHook filelock ];
checkInputs = [ pytestCheckHook filelock pexpect ];
propagatedBuildInputs = [ execnet pytest-forked psutil ];
# access file system