python3.pkgs.xarray: add isPy3k

This commit is contained in:
worldofpeace 2019-04-18 21:26:09 -04:00
parent daa3a702c3
commit 9506b67f98

View file

@ -5,6 +5,7 @@
, numpy
, pandas
, python
, isPy3k
}:
buildPythonPackage rec {
@ -20,7 +21,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [numpy pandas];
checkPhase = ''
py.test $out/${python.sitePackages}
pytest $out/${python.sitePackages}
'';
# There always seem to be broken tests...