python3.pkgs.jupysql: disable broken tests due to duckdb>=1.1.0 (#352864)
This commit is contained in:
commit
182fa20acf
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user