pythonPackages.xarray: fix test runner
This commit is contained in:
parent
63353f9270
commit
33c3e2e404
@ -21525,6 +21525,10 @@ in modules // {
|
|||||||
buildInputs = with self; [ pytest ];
|
buildInputs = with self; [ pytest ];
|
||||||
propagatedBuildInputs = with self; [numpy pandas];
|
propagatedBuildInputs = with self; [numpy pandas];
|
||||||
|
|
||||||
|
checkPhase = ''
|
||||||
|
py.test $out/${python.sitePackages}
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "N-D labeled arrays and datasets in Python";
|
description = "N-D labeled arrays and datasets in Python";
|
||||||
homepage = https://github.com/pydata/xarray;
|
homepage = https://github.com/pydata/xarray;
|
||||||
|
Loading…
Reference in New Issue
Block a user