python.pkgs.pandas: fix build
This commit is contained in:
parent
c4b99ee9cc
commit
2e7ed10e44
1 changed files with 2 additions and 1 deletions
|
@ -97,7 +97,8 @@ in buildPythonPackage rec {
|
||||||
chmod a+x pbcopy pbpaste
|
chmod a+x pbcopy pbpaste
|
||||||
export PATH=$(pwd):$PATH
|
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
|
runHook postCheck
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue