Loading pkgs/development/python-modules/narwhals/default.nix +6 −0 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, dask, duckdb, Loading Loading @@ -82,6 +83,11 @@ buildPythonPackage rec { "test_collect_empty" ]; disabledTestPaths = lib.optionals (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64) [ # Segfault in included polars/lazyframe "tests/tpch_q1_test.py" ]; pytestFlags = [ "-Wignore::DeprecationWarning" ]; Loading Loading
pkgs/development/python-modules/narwhals/default.nix +6 −0 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, dask, duckdb, Loading Loading @@ -82,6 +83,11 @@ buildPythonPackage rec { "test_collect_empty" ]; disabledTestPaths = lib.optionals (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64) [ # Segfault in included polars/lazyframe "tests/tpch_q1_test.py" ]; pytestFlags = [ "-Wignore::DeprecationWarning" ]; Loading