python310Packages.klein: don't test on multiple cores

Tests time out otherwise.
This commit is contained in:
Robert Schütz 2023-03-07 20:22:38 -08:00 committed by Robert Schütz
parent 1599fe767a
commit 76c0e3ef55

View File

@ -48,7 +48,7 @@ buildPythonPackage rec {
];
checkPhase = ''
${python.interpreter} -m twisted.trial -j $NIX_BUILD_CORES klein
${python.interpreter} -m twisted.trial klein
'';
pythonImportsCheck = [