pytorch: disable distributed tests

These fail with sandboxing
This commit is contained in:
Kai Wohlfahrt 2018-11-07 17:09:54 +00:00
parent faea8def19
commit 4d8cf0b84e

View File

@ -72,7 +72,7 @@ in buildPythonPackage rec {
] ++ lib.optional (pythonOlder "3.5") typing;
checkPhase = ''
${cudaStubEnv}python test/run_test.py --exclude dataloader sparse torch utils
${cudaStubEnv}python test/run_test.py --exclude dataloader sparse torch utils distributed
'';
meta = {