python3Packages.ibis-framework: remove failing dask and polars tests

This commit is contained in:
Phillip Cloud 2023-08-21 05:35:41 -04:00
parent 96d730707f
commit d56d4dccec
No known key found for this signature in database
GPG key ID: D908212070FD785E

View file

@ -57,7 +57,7 @@
, typing-extensions
}:
let
testBackends = [ "dask" "datafusion" "duckdb" "pandas" "polars" "sqlite" ];
testBackends = [ "datafusion" "duckdb" "pandas" "sqlite" ];
ibisTestingData = fetchFromGitHub {
name = "ibis-testing-data";