mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
python3.pkgs.xarray: add isPy3k
This commit is contained in:
parent
daa3a702c3
commit
9506b67f98
@ -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...
|
||||
|
Loading…
Reference in New Issue
Block a user