Merge pull request #49902 from kwohlfahrt/pytorch

pytorch: disable distributed tests
This commit is contained in:
Jörg Thalheim 2018-11-09 00:11:47 +00:00 committed by GitHub
commit 5765be2090
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = {