mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
python3Packages.pyarrow: add imports check
This commit is contained in:
parent
430037f849
commit
64dc56cf36
1 changed files with 11 additions and 0 deletions
|
@ -68,6 +68,17 @@ buildPythonPackage rec {
|
|||
mv tests pyarrow/tests
|
||||
'';
|
||||
|
||||
pythonImportsCheck = map (module: "pyarrow.${module}") [
|
||||
"compute"
|
||||
"csv"
|
||||
"dataset"
|
||||
"flight"
|
||||
"fs"
|
||||
"hdfs"
|
||||
"json"
|
||||
"parquet"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "A cross-language development platform for in-memory data";
|
||||
homepage = "https://arrow.apache.org/";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue