From 4d8cf0b84e1e87a7f19e3f18649f2bfeaf46ca0c Mon Sep 17 00:00:00 2001 From: Kai Wohlfahrt Date: Wed, 7 Nov 2018 17:09:54 +0000 Subject: [PATCH] pytorch: disable distributed tests These fail with sandboxing --- pkgs/development/python-modules/pytorch/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/pytorch/default.nix b/pkgs/development/python-modules/pytorch/default.nix index 7d56f1990a52..b0ae9ef0cf55 100644 --- a/pkgs/development/python-modules/pytorch/default.nix +++ b/pkgs/development/python-modules/pytorch/default.nix @@ -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 = {