From f06f4a0728fb1da57c2924e8461a425319f1edd6 Mon Sep 17 00:00:00 2001 From: Pascal Wittmann Date: Sat, 27 May 2017 12:05:30 +0200 Subject: [PATCH] pandas: remove outdated comment closes #26058 --- pkgs/development/python-modules/pandas/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/python-modules/pandas/default.nix b/pkgs/development/python-modules/pandas/default.nix index eb5b5987a409..103907c26d14 100644 --- a/pkgs/development/python-modules/pandas/default.nix +++ b/pkgs/development/python-modules/pandas/default.nix @@ -70,7 +70,6 @@ in buildPythonPackage rec { --replace OSError ImportError ''; - # The flag `-A 'not network'` will disable tests that use internet. checkPhase = '' runHook preCheck py.test $out/${python.sitePackages}/pandas --skip-slow --skip-network