python3.pkgs.xarray: add isPy3k
This commit is contained in:
parent
daa3a702c3
commit
9506b67f98
1 changed files with 2 additions and 1 deletions
|
@ -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...
|
||||||
|
|
Loading…
Reference in a new issue