python.pkgs.pandas: fix build

This commit is contained in:
Frederik Rietdijk 2018-07-23 16:00:11 +02:00
parent c4b99ee9cc
commit 2e7ed10e44

View File

@ -97,7 +97,8 @@ in buildPythonPackage rec {
chmod a+x pbcopy pbpaste
export PATH=$(pwd):$PATH
'' + ''
py.test $out/${python.sitePackages}/pandas --skip-slow --skip-network -k "$disabledTests"
# pandas no longer seems to distribute datasets for IO tests
py.test $out/${python.sitePackages}/pandas --ignore=io --skip-slow --skip-network -k "$disabledTests"
runHook postCheck
'';