python310Packages.klein: don't test on multiple cores
Tests time out otherwise.
This commit is contained in:
parent
1599fe767a
commit
76c0e3ef55
@ -48,7 +48,7 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
checkPhase = ''
|
||||
${python.interpreter} -m twisted.trial -j $NIX_BUILD_CORES klein
|
||||
${python.interpreter} -m twisted.trial klein
|
||||
'';
|
||||
|
||||
pythonImportsCheck = [
|
||||
|
Loading…
Reference in New Issue
Block a user