harlequin: address click 8.2.x incompatibility

This commit is contained in:
Gaetan Lepage
2025-10-22 21:42:21 +00:00
parent ddb5a1988b
commit dd76681b3a
+5
View File
@@ -47,6 +47,7 @@ pythonPackages.buildPythonApplication rec {
};
pythonRelaxDeps = [
"click"
"numpy"
"pyarrow"
"questionary"
@@ -104,6 +105,10 @@ pythonPackages.buildPythonApplication rec {
# Tests require network access
"test_connect_extensions"
"test_connect_prql"
# Broken since click was updated to 8.2.1 in https://github.com/NixOS/nixpkgs/pull/448189
# AssertionError
"test_bad_adapter_opt"
]
++ lib.optionals (!stdenv.hostPlatform.isx86_64) [
# Test incorrectly tries to load a dylib/so compiled for x86_64