python.pkgs.pandas: fix build
This commit is contained in:
parent
c4b99ee9cc
commit
2e7ed10e44
@ -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
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user