Unverified Commit 182fa20a authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

python3.pkgs.jupysql: disable broken tests due to duckdb>=1.1.0 (#352864)

parents 5d38be46 e7998d1f
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -84,6 +84,21 @@ buildPythonPackage rec {
  disabledTests = [
    # AttributeError: 'DataFrame' object has no attribute 'frame_equal'
    "test_resultset_polars_dataframe"
    # all of these are broken with later versions of duckdb; see
    # https://github.com/ploomber/jupysql/issues/1030
    "test_resultset_getitem"
    "test_resultset_dict"
    "test_resultset_len"
    "test_resultset_dicts"
    "test_resultset_dataframe"
    "test_resultset_csv"
    "test_resultset_str"
    "test_resultset_repr_html_when_feedback_is_2"
    "test_resultset_repr_html_with_reduced_feedback"
    "test_invalid_operation_error"
    "test_resultset_config_autolimit_dict"
    # fails due to strict warnings
    "test_calling_legacy_plotting_functions_displays_warning"
  ];

  disabledTestPaths = [