pandas: remove outdated comment

closes #26058
This commit is contained in:
Pascal Wittmann 2017-05-27 12:05:30 +02:00
parent f717118610
commit f06f4a0728
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -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