We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent f717118 commit f06f4a0Copy full SHA for f06f4a0
pkgs/development/python-modules/pandas/default.nix
@@ -70,7 +70,6 @@ in buildPythonPackage rec {
70
--replace OSError ImportError
71
'';
72
73
- # The flag `-A 'not network'` will disable tests that use internet.
74
checkPhase = ''
75
runHook preCheck
76
py.test $out/${python.sitePackages}/pandas --skip-slow --skip-network
0 commit comments