Loading pkgs/development/python-modules/ibis-framework/default.nix +15 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, pythonAtLeast, # build-system hatchling, Loading Loading @@ -143,6 +144,10 @@ buildPythonPackage rec { pytestFlags = [ "--benchmark-disable" "-Wignore::FutureWarning" ] ++ lib.optionals (pythonAtLeast "3.14") [ # DeprecationWarning: '_UnionGenericAlias' is deprecated and slated for removal in Python 3.17 "-Wignore::DeprecationWarning" ]; enabledTestMarks = testBackends ++ [ "core" ]; Loading Loading @@ -178,6 +183,16 @@ buildPythonPackage rec { # assert 0 == 3 (tests edge case behavior of databases) "test_self_join_with_generated_keys" ] ++ lib.optionals (pythonAtLeast "3.14") [ # ExceptionGroup: multiple unraisable exception warnings (4 sub-exceptions) "test_parse_dtype_roundtrip" # AssertionError: value does not match the expected value in snapshot ... "test_annotated_function_without_decoration" "test_error_message" "test_error_message_when_constructing_literal" "test_signature_from_callable_with_keyword_only_arguments" ]; # patch out tests that check formatting with black Loading Loading
pkgs/development/python-modules/ibis-framework/default.nix +15 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, pythonAtLeast, # build-system hatchling, Loading Loading @@ -143,6 +144,10 @@ buildPythonPackage rec { pytestFlags = [ "--benchmark-disable" "-Wignore::FutureWarning" ] ++ lib.optionals (pythonAtLeast "3.14") [ # DeprecationWarning: '_UnionGenericAlias' is deprecated and slated for removal in Python 3.17 "-Wignore::DeprecationWarning" ]; enabledTestMarks = testBackends ++ [ "core" ]; Loading Loading @@ -178,6 +183,16 @@ buildPythonPackage rec { # assert 0 == 3 (tests edge case behavior of databases) "test_self_join_with_generated_keys" ] ++ lib.optionals (pythonAtLeast "3.14") [ # ExceptionGroup: multiple unraisable exception warnings (4 sub-exceptions) "test_parse_dtype_roundtrip" # AssertionError: value does not match the expected value in snapshot ... "test_annotated_function_without_decoration" "test_error_message" "test_error_message_when_constructing_literal" "test_signature_from_callable_with_keyword_only_arguments" ]; # patch out tests that check formatting with black Loading