File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
pkgs/development/python-modules/jupysql Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,21 @@ buildPythonPackage rec {
8484 disabledTests = [
8585 # AttributeError: 'DataFrame' object has no attribute 'frame_equal'
8686 "test_resultset_polars_dataframe"
87+ # all of these are broken with later versions of duckdb; see
88+ # https://github.com/ploomber/jupysql/issues/1030
89+ "test_resultset_getitem"
90+ "test_resultset_dict"
91+ "test_resultset_len"
92+ "test_resultset_dicts"
93+ "test_resultset_dataframe"
94+ "test_resultset_csv"
95+ "test_resultset_str"
96+ "test_resultset_repr_html_when_feedback_is_2"
97+ "test_resultset_repr_html_with_reduced_feedback"
98+ "test_invalid_operation_error"
99+ "test_resultset_config_autolimit_dict"
100+ # fails due to strict warnings
101+ "test_calling_legacy_plotting_functions_displays_warning"
87102 ] ;
88103
89104 disabledTestPaths = [
You can’t perform that action at this time.
0 commit comments