python311Packages.clustershell: disable tests

They get stuck much too often and block slots on hydra.
This commit is contained in:
Martin Weinelt
2024-06-24 12:18:23 +02:00
parent 554e9da652
commit dc86b0e7f0
@@ -57,6 +57,8 @@ buildPythonPackage rec {
pythonImportsCheck = [ "ClusterShell" ];
doCheck = false; # tests often get stuck
# Many tests want to open network connections
# https://github.com/cea-hpc/clustershell#test-suite
#