python.pkgs.pytest_xdist: pytest-forked is needed during runtime, fixes #45060
This commit is contained in:
parent
ebe05a7109
commit
364c59dd94
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchPypi, buildPythonPackage, execnet, pytest, setuptools_scm, pytest-forked, filelock }:
|
{ stdenv, fetchPypi, buildPythonPackage, execnet, pytest, setuptools_scm, pytest-forked, filelock, six }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pytest-xdist";
|
pname = "pytest-xdist";
|
||||||
@ -9,9 +9,9 @@ buildPythonPackage rec {
|
|||||||
sha256 = "909bb938bdb21e68a28a8d58c16a112b30da088407b678633efb01067e3923de";
|
sha256 = "909bb938bdb21e68a28a8d58c16a112b30da088407b678633efb01067e3923de";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ setuptools_scm ];
|
nativeBuildInputs = [ setuptools_scm pytest ];
|
||||||
checkInputs = [ pytest pytest-forked filelock ];
|
checkInputs = [ pytest filelock ];
|
||||||
propagatedBuildInputs = [ execnet ];
|
propagatedBuildInputs = [ execnet pytest-forked six ];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
# Excluded tests access file system
|
# Excluded tests access file system
|
||||||
|
Loading…
x
Reference in New Issue
Block a user