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