From 90610ee8567a5f72c3558e659263f254af4195f6 Mon Sep 17 00:00:00 2001 From: Phillip Cloud <417981+cpcloud@users.noreply.github.com> Date: Wed, 30 Oct 2024 07:53:27 -0400 Subject: [PATCH] chore: style --- .../python-modules/ibis-framework/default.nix | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/ibis-framework/default.nix b/pkgs/development/python-modules/ibis-framework/default.nix index 5a4ab305b1b79..ac33fe0bc15d2 100644 --- a/pkgs/development/python-modules/ibis-framework/default.nix +++ b/pkgs/development/python-modules/ibis-framework/default.nix @@ -54,7 +54,10 @@ typing-extensions, }: let - testBackends = [ "duckdb" "sqlite" ]; + testBackends = [ + "duckdb" + "sqlite" + ]; ibisTestingData = fetchFromGitHub { name = "ibis-testing-data"; @@ -94,7 +97,10 @@ buildPythonPackage rec { name = "ibis-framework-arrow-18.patch"; url = "https://github.com/ibis-project/ibis/commit/5dc549b22c2eca29a11a31fb29deef7c1466a204.patch"; hash = "sha256-4i/g2uixdlkbE6x659wzZJ91FZpzwOVkF6ZeXkiCP3I="; - excludes = [ "poetry.lock" "requirements-dev.txt" ]; + excludes = [ + "poetry.lock" + "requirements-dev.txt" + ]; }) ]; @@ -132,7 +138,10 @@ buildPythonPackage rec { pytest-xdist ] ++ lib.concatMap (name: optional-dependencies.${name}) testBackends; - pytestFlagsArray = [ "-m" "'${lib.concatStringsSep " or " testBackends} or core'" ]; + pytestFlagsArray = [ + "-m" + "'${lib.concatStringsSep " or " testBackends} or core'" + ]; disabledTests = [ # tries to download duckdb extensions