mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
parquet-tools: fix tests for arrow-cpp 6.0.1
This commit is contained in:
parent
e3e77ee8a4
commit
ebe33362a8
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ buildPythonApplication rec {
|
|||
--replace 'thrift = "^0.13.0"' 'thrift = "*"' \
|
||||
--replace 'halo = "^0.0.29"' 'halo = "*"'
|
||||
substituteInPlace tests/test_inspect.py \
|
||||
--replace "parquet-cpp-arrow version 5.0.0" "parquet-cpp-arrow version 6.0.0" \
|
||||
--replace "parquet-cpp-arrow version 5.0.0" "parquet-cpp-arrow version ${pyarrow.version}" \
|
||||
--replace "serialized_size: 2222" "serialized_size: 2221"
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue