Skip to content

Commit

Permalink
parquet-tools: disable tests
Browse files Browse the repository at this point in the history
They're incompatible with moto >= 5, so the build entirely fails.
  • Loading branch information
flokli committed Apr 2, 2024
1 parent 72827b6 commit cebeada
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/tools/misc/parquet-tools/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ buildPythonApplication rec {
"test_excute_simple"
];

# incompatible with moto 5
# https://github.com/ktrueda/parquet-tools/issues/54
doCheck = false;

pythonImportsCheck = [
"parquet_tools"
];
Expand Down

0 comments on commit cebeada

Please sign in to comment.