pythonPackages.xarray: fix test runner

This commit is contained in:
Frederik Rietdijk 2016-01-24 19:30:14 +01:00
parent 63353f9270
commit 33c3e2e404

View File

@ -21525,6 +21525,10 @@ in modules // {
buildInputs = with self; [ pytest ];
propagatedBuildInputs = with self; [numpy pandas];
checkPhase = ''
py.test $out/${python.sitePackages}
'';
meta = {
description = "N-D labeled arrays and datasets in Python";
homepage = https://github.com/pydata/xarray;