python3Packages.pylint: add missing deps, adjust pytest-xdist param

This commit is contained in:
Martin Weinelt 2022-03-31 03:19:09 +02:00
parent 5769d201c1
commit 1a80cfa025

View File

@ -5,12 +5,14 @@
, pythonOlder
, installShellFiles
, astroid
, dill
, isort
, GitPython
, mccabe
, platformdirs
, toml
, pytest-benchmark
, pytest-timeout
, pytest-xdist
, pytestCheckHook
}:
@ -34,6 +36,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
astroid
dill
isort
mccabe
platformdirs
@ -49,6 +52,7 @@ buildPythonPackage rec {
checkInputs = [
GitPython
pytest-benchmark
pytest-timeout
pytest-xdist
pytestCheckHook
];
@ -62,7 +66,7 @@ buildPythonPackage rec {
'';
pytestFlagsArray = [
"-n auto"
"-n $NIX_BUILD_CORES"
];
disabledTestPaths = [