From 3b3bf22264994cd7b03ab4c0a6abe72bb5ea0b0f Mon Sep 17 00:00:00 2001 From: Artturin Date: Thu, 31 Mar 2022 00:39:59 +0300 Subject: [PATCH] python39Packages.pytest-xdist: add pexpect to run more tests --- pkgs/development/python-modules/pytest-xdist/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/pytest-xdist/default.nix b/pkgs/development/python-modules/pytest-xdist/default.nix index fa1b0f63fabc..1bdf899ec0c1 100644 --- a/pkgs/development/python-modules/pytest-xdist/default.nix +++ b/pkgs/development/python-modules/pytest-xdist/default.nix @@ -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