about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-11-04 09:36:48 -0500
committerGitHub <noreply@github.com>2022-11-04 09:36:48 -0500
commit77e9152bd1ca2534c1c7189b195419f17612801a (patch)
tree92d7c15c440ddcc1740da8a91f8d3f7f679a58d0
parent26ffd79fda7f4ccd9f4def4448b4c5107f8e357f (diff)
parentf59546ee356644600680bc0e232824bf679ef1a6 (diff)
Merge pull request #198660 from cpcloud/ibis-framework-drop-dask
python3Packages.ibis-framework: don't test dask backend
-rw-r--r--pkgs/development/python-modules/ibis-framework/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/ibis-framework/default.nix b/pkgs/development/python-modules/ibis-framework/default.nix
index 87f2eb6926200..84c1a7e930402 100644
--- a/pkgs/development/python-modules/ibis-framework/default.nix
+++ b/pkgs/development/python-modules/ibis-framework/default.nix
@@ -46,7 +46,6 @@
 }:
 let
   testBackends = [
-    "dask"
     "datafusion"
     "duckdb"
     "pandas"