Source: python-agate
Version: 1.6.3-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230925 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> LC_ALL=C.UTF-8 LC_NUMERIC=C.UTF-8 dh_auto_test
> I: pybuild pybuild:314: cp -r /<<PKGBUILDDIR>>/examples 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_agate/build
> I: pybuild base:291: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_agate/build; 
> python3.11 -m unittest discover -v 
> test_agate (tests.test_agate.TestCSV.test_agate) ... ok
> test_all (tests.test_aggregations.TestBooleanAggregation.test_all) ... ok
> test_any (tests.test_aggregations.TestBooleanAggregation.test_any) ... ok
> test_max (tests.test_aggregations.TestDateTimeAggregation.test_max) ... ok
> test_max_all_nulls 
> (tests.test_aggregations.TestDateTimeAggregation.test_max_all_nulls) ... ok
> test_max_time_delta 
> (tests.test_aggregations.TestDateTimeAggregation.test_max_time_delta) ... ok
> test_min (tests.test_aggregations.TestDateTimeAggregation.test_min) ... ok
> test_min_all_nulls 
> (tests.test_aggregations.TestDateTimeAggregation.test_min_all_nulls) ... ok
> test_min_time_delta 
> (tests.test_aggregations.TestDateTimeAggregation.test_min_time_delta) ... ok
> test_sum (tests.test_aggregations.TestDateTimeAggregation.test_sum) ... ok
> test_sum_all_nulls 
> (tests.test_aggregations.TestDateTimeAggregation.test_sum_all_nulls) ... ok
> test_deciles (tests.test_aggregations.TestNumberAggregation.test_deciles) ... 
> ok
> test_deciles_all_nulls 
> (tests.test_aggregations.TestNumberAggregation.test_deciles_all_nulls) ... ok
> test_iqr (tests.test_aggregations.TestNumberAggregation.test_iqr) ... ok
> test_irq_all_nulls 
> (tests.test_aggregations.TestNumberAggregation.test_irq_all_nulls) ... ok
> test_mad (tests.test_aggregations.TestNumberAggregation.test_mad) ... ok
> test_mad_all_nulls 
> (tests.test_aggregations.TestNumberAggregation.test_mad_all_nulls) ... ok
> test_max (tests.test_aggregations.TestNumberAggregation.test_max) ... ok
> test_max_all_nulls 
> (tests.test_aggregations.TestNumberAggregation.test_max_all_nulls) ... ok
> test_max_precision 
> (tests.test_aggregations.TestNumberAggregation.test_max_precision) ... ok
> test_max_precision_all_nulls 
> (tests.test_aggregations.TestNumberAggregation.test_max_precision_all_nulls) 
> ... ok
> test_mean (tests.test_aggregations.TestNumberAggregation.test_mean) ... ok
> test_mean_all_nulls 
> (tests.test_aggregations.TestNumberAggregation.test_mean_all_nulls) ... ok
> test_mean_with_nulls 
> (tests.test_aggregations.TestNumberAggregation.test_mean_with_nulls) ... ok
> test_median (tests.test_aggregations.TestNumberAggregation.test_median) ... ok
> test_median_all_nulls 
> (tests.test_aggregations.TestNumberAggregation.test_median_all_nulls) ... ok
> test_min (tests.test_aggregations.TestNumberAggregation.test_min) ... ok
> test_min_all_nulls 
> (tests.test_aggregations.TestNumberAggregation.test_min_all_nulls) ... ok
> test_mode (tests.test_aggregations.TestNumberAggregation.test_mode) ... ok
> test_mode_all_nulls 
> (tests.test_aggregations.TestNumberAggregation.test_mode_all_nulls) ... ok
> test_percentiles 
> (tests.test_aggregations.TestNumberAggregation.test_percentiles) ... ok
> test_percentiles_all_nulls 
> (tests.test_aggregations.TestNumberAggregation.test_percentiles_all_nulls) 
> ... ok
> test_percentiles_locate 
> (tests.test_aggregations.TestNumberAggregation.test_percentiles_locate) ... ok
> test_population_stdev 
> (tests.test_aggregations.TestNumberAggregation.test_population_stdev) ... ok
> test_population_stdev_all_nulls 
> (tests.test_aggregations.TestNumberAggregation.test_population_stdev_all_nulls)
>  ... ok
> test_population_variance 
> (tests.test_aggregations.TestNumberAggregation.test_population_variance) ... 
> ok
> test_population_variance_all_nulls 
> (tests.test_aggregations.TestNumberAggregation.test_population_variance_all_nulls)
>  ... ok
> test_quartiles (tests.test_aggregations.TestNumberAggregation.test_quartiles)
> CDF quartile tests from: ... ok
> test_quartiles_all_nulls 
> (tests.test_aggregations.TestNumberAggregation.test_quartiles_all_nulls) ... 
> ok
> test_quartiles_locate 
> (tests.test_aggregations.TestNumberAggregation.test_quartiles_locate)
> CDF quartile tests from: ... ok
> test_quintiles (tests.test_aggregations.TestNumberAggregation.test_quintiles) 
> ... ok
> test_quintiles_all_nulls 
> (tests.test_aggregations.TestNumberAggregation.test_quintiles_all_nulls) ... 
> ok
> test_stdev (tests.test_aggregations.TestNumberAggregation.test_stdev) ... ok
> test_stdev_all_nulls 
> (tests.test_aggregations.TestNumberAggregation.test_stdev_all_nulls) ... ok
> test_sum (tests.test_aggregations.TestNumberAggregation.test_sum) ... ok
> test_sum_all_nulls 
> (tests.test_aggregations.TestNumberAggregation.test_sum_all_nulls) ... ok
> test_variance (tests.test_aggregations.TestNumberAggregation.test_variance) 
> ... ok
> test_variance_all_nulls 
> (tests.test_aggregations.TestNumberAggregation.test_variance_all_nulls) ... ok
> test_all (tests.test_aggregations.TestSimpleAggregation.test_all) ... ok
> test_any (tests.test_aggregations.TestSimpleAggregation.test_any) ... ok
> test_count (tests.test_aggregations.TestSimpleAggregation.test_count) ... ok
> test_count_column 
> (tests.test_aggregations.TestSimpleAggregation.test_count_column) ... ok
> test_count_value 
> (tests.test_aggregations.TestSimpleAggregation.test_count_value) ... ok
> test_first (tests.test_aggregations.TestSimpleAggregation.test_first) ... ok
> test_has_nulls (tests.test_aggregations.TestSimpleAggregation.test_has_nulls) 
> ... ok
> test_summary (tests.test_aggregations.TestSimpleAggregation.test_summary) ... 
> ok
> test_max_length (tests.test_aggregations.TestTextAggregation.test_max_length) 
> ... ok
> test_max_length_all_nulls 
> (tests.test_aggregations.TestTextAggregation.test_max_length_all_nulls) ... ok
> test_max_length_invalid 
> (tests.test_aggregations.TestTextAggregation.test_max_length_invalid) ... ok
> test_max_length_unicode 
> (tests.test_aggregations.TestTextAggregation.test_max_length_unicode)
> This text documents different handling of wide-unicode characters in ... ok
> test_data_type (tests.test_columns.TestColumn.test_data_type) ... ok
> test_dict (tests.test_columns.TestColumn.test_dict) ... ok
> test_index (tests.test_columns.TestColumn.test_index) ... ok
> test_items (tests.test_columns.TestColumn.test_items) ... ok
> test_keys (tests.test_columns.TestColumn.test_keys) ... ok
> test_name (tests.test_columns.TestColumn.test_name) ... ok
> test_pickleable (tests.test_columns.TestColumn.test_pickleable) ... ok
> test_row_names (tests.test_columns.TestColumn.test_row_names) ... ok
> test_values (tests.test_columns.TestColumn.test_values) ... ok
> test_values_distinct (tests.test_columns.TestColumn.test_values_distinct) ... 
> ok
> test_values_sorted (tests.test_columns.TestColumn.test_values_sorted) ... ok
> test_values_without_nulls 
> (tests.test_columns.TestColumn.test_values_without_nulls) ... ok
> test_values_without_nulls_sorted 
> (tests.test_columns.TestColumn.test_values_without_nulls_sorted) ... ok
> test_change_dates 
> (tests.test_computations.TestDateAndTimeComputations.test_change_dates) ... ok
> test_change_datetimes 
> (tests.test_computations.TestDateAndTimeComputations.test_change_datetimes) 
> ... ok
> test_change_timedeltas 
> (tests.test_computations.TestDateAndTimeComputations.test_change_timedeltas) 
> ... ok
> test_change (tests.test_computations.TestTableComputation.test_change) ... ok
> test_change_mixed_types 
> (tests.test_computations.TestTableComputation.test_change_mixed_types) ... ok
> test_change_nulls 
> (tests.test_computations.TestTableComputation.test_change_nulls) ... ok
> test_changed_invalid_types 
> (tests.test_computations.TestTableComputation.test_changed_invalid_types) ... 
> ok
> test_formula (tests.test_computations.TestTableComputation.test_formula) ... 
> ok
> test_formula_invalid 
> (tests.test_computations.TestTableComputation.test_formula_invalid) ... ok
> test_formula_no_validate 
> (tests.test_computations.TestTableComputation.test_formula_no_validate) ... ok
> test_percent (tests.test_computations.TestTableComputation.test_percent) ... 
> ok
> test_percent_change 
> (tests.test_computations.TestTableComputation.test_percent_change) ... ok
> test_percent_change_invalid_columns 
> (tests.test_computations.TestTableComputation.test_percent_change_invalid_columns)
>  ... ok
> test_percent_change_nulls 
> (tests.test_computations.TestTableComputation.test_percent_change_nulls) ... 
> ok
> test_percent_nulls 
> (tests.test_computations.TestTableComputation.test_percent_nulls) ... ok
> test_percent_total_override 
> (tests.test_computations.TestTableComputation.test_percent_total_override) 
> ... ok
> test_percent_zeros 
> (tests.test_computations.TestTableComputation.test_percent_zeros) ... ok
> test_percentile_rank 
> (tests.test_computations.TestTableComputation.test_percentile_rank) ... ok
> test_percentile_rank_invalid_types 
> (tests.test_computations.TestTableComputation.test_percentile_rank_invalid_types)
>  ... ok
> test_rank_number 
> (tests.test_computations.TestTableComputation.test_rank_number) ... ok
> test_rank_number_key 
> (tests.test_computations.TestTableComputation.test_rank_number_key) ... ok
> test_rank_number_reverse 
> (tests.test_computations.TestTableComputation.test_rank_number_reverse) ... ok
> test_rank_number_reverse_key 
> (tests.test_computations.TestTableComputation.test_rank_number_reverse_key) 
> ... ok
> test_rank_text (tests.test_computations.TestTableComputation.test_rank_text) 
> ... ok
> test_slug (tests.test_computations.TestTableComputation.test_slug) ... ok
> test_slug_column_name_sequence 
> (tests.test_computations.TestTableComputation.test_slug_column_name_sequence) 
> ... ok
> test_slug_contains_null_error 
> (tests.test_computations.TestTableComputation.test_slug_contains_null_error) 
> ... ok
> test_slug_ensure_unique 
> (tests.test_computations.TestTableComputation.test_slug_ensure_unique) ... ok
> test_cast (tests.test_data_types.TestBoolean.test_cast) ... ok
> test_cast_custom_strings 
> (tests.test_data_types.TestBoolean.test_cast_custom_strings) ... ok
> test_cast_error (tests.test_data_types.TestBoolean.test_cast_error) ... ok
> test_test (tests.test_data_types.TestBoolean.test_test) ... ok
> test_cast_error (tests.test_data_types.TestDate.test_cast_error) ... ok
> test_cast_format (tests.test_data_types.TestDate.test_cast_format) ... ok
> test_cast_format_locale 
> (tests.test_data_types.TestDate.test_cast_format_locale) ... ok
> test_cast_locale (tests.test_data_types.TestDate.test_cast_locale) ... ok
> test_cast_parser (tests.test_data_types.TestDate.test_cast_parser) ... ok
> test_iso_format (tests.test_data_types.TestDate.test_iso_format) ... ok
> test_pickle_parser (tests.test_data_types.TestDate.test_pickle_parser) ... ok
> test_test (tests.test_data_types.TestDate.test_test) ... ok
> test_test_format (tests.test_data_types.TestDate.test_test_format) ... ok
> test_cast_error (tests.test_data_types.TestDateTime.test_cast_error) ... ok
> test_cast_format (tests.test_data_types.TestDateTime.test_cast_format) ... ok
> test_cast_format_locale 
> (tests.test_data_types.TestDateTime.test_cast_format_locale) ... ok
> test_cast_locale (tests.test_data_types.TestDateTime.test_cast_locale) ... ok
> test_cast_parser (tests.test_data_types.TestDateTime.test_cast_parser) ... ok
> test_cast_parser_timezone 
> (tests.test_data_types.TestDateTime.test_cast_parser_timezone) ... ERROR
> test_iso_format (tests.test_data_types.TestDateTime.test_iso_format) ... ok
> test_pickle_parser (tests.test_data_types.TestDateTime.test_pickle_parser) 
> ... ok
> test_test (tests.test_data_types.TestDateTime.test_test) ... ok
> test_test_format (tests.test_data_types.TestDateTime.test_test_format) ... ok
> test_boolean_cast (tests.test_data_types.TestNumber.test_boolean_cast) ... ok
> test_cast (tests.test_data_types.TestNumber.test_cast) ... ok
> test_cast_error (tests.test_data_types.TestNumber.test_cast_error) ... ok
> test_cast_floats (tests.test_data_types.TestNumber.test_cast_floats) ... ok
> test_cast_locale (tests.test_data_types.TestNumber.test_cast_locale) ... ok
> test_cast_long (tests.test_data_types.TestNumber.test_cast_long) ... skipped 
> 'Not supported in Python 3.'
> test_cast_text (tests.test_data_types.TestNumber.test_cast_text) ... ok
> test_currency_cast (tests.test_data_types.TestNumber.test_currency_cast) ... 
> ok
> test_test (tests.test_data_types.TestNumber.test_test) ... ok
> test_cast (tests.test_data_types.TestText.test_cast) ... ok
> test_no_cast_nulls (tests.test_data_types.TestText.test_no_cast_nulls) ... ok
> test_test (tests.test_data_types.TestText.test_test) ... ok
> test_cast_error (tests.test_data_types.TestTimeDelta.test_cast_error) ... ok
> test_cast_parser (tests.test_data_types.TestTimeDelta.test_cast_parser) ... ok
> test_test (tests.test_data_types.TestTimeDelta.test_test) ... ok
> test_dict_reader (tests.test_fixed.TestFixed.test_dict_reader) ... ok
> test_reader (tests.test_fixed.TestFixed.test_reader) ... ok
> test_reader_func (tests.test_fixed.TestFixed.test_reader_func) ... ok
> test_from_json (tests.test_from_json.TestJSON.test_from_json) ... ok
> test_from_json_error_newline_key 
> (tests.test_from_json.TestJSON.test_from_json_error_newline_key) ... ok
> test_from_json_file_like_object 
> (tests.test_from_json.TestJSON.test_from_json_file_like_object) ... ok
> test_from_json_mixed_keys 
> (tests.test_from_json.TestJSON.test_from_json_mixed_keys) ... ok
> test_from_json_nested (tests.test_from_json.TestJSON.test_from_json_nested) 
> ... ok
> test_from_json_newline_delimited 
> (tests.test_from_json.TestJSON.test_from_json_newline_delimited) ... ok
> test_from_json_no_type_tester 
> (tests.test_from_json.TestJSON.test_from_json_no_type_tester) ... ok
> test_from_json_with_key 
> (tests.test_from_json.TestJSON.test_from_json_with_key) ... ok
> test_contains (tests.test_mapped_sequence.TestMappedSequence.test_contains) 
> ... ok
> test_dict (tests.test_mapped_sequence.TestMappedSequence.test_dict) ... ok
> test_dict_no_keys 
> (tests.test_mapped_sequence.TestMappedSequence.test_dict_no_keys) ... ok
> test_eq (tests.test_mapped_sequence.TestMappedSequence.test_eq) ... ok
> test_get (tests.test_mapped_sequence.TestMappedSequence.test_get) ... ok
> test_get_by_key 
> (tests.test_mapped_sequence.TestMappedSequence.test_get_by_key) ... ok
> test_get_by_slice 
> (tests.test_mapped_sequence.TestMappedSequence.test_get_by_slice) ... ok
> test_get_default 
> (tests.test_mapped_sequence.TestMappedSequence.test_get_default) ... ok
> test_get_invalid 
> (tests.test_mapped_sequence.TestMappedSequence.test_get_invalid) ... ok
> test_get_item (tests.test_mapped_sequence.TestMappedSequence.test_get_item) 
> ... ok
> test_is_immutable 
> (tests.test_mapped_sequence.TestMappedSequence.test_is_immutable) ... ok
> test_items (tests.test_mapped_sequence.TestMappedSequence.test_items) ... ok
> test_iterate (tests.test_mapped_sequence.TestMappedSequence.test_iterate) ... 
> ok
> test_keys (tests.test_mapped_sequence.TestMappedSequence.test_keys) ... ok
> test_length (tests.test_mapped_sequence.TestMappedSequence.test_length) ... ok
> test_ne (tests.test_mapped_sequence.TestMappedSequence.test_ne) ... ok
> test_set_item (tests.test_mapped_sequence.TestMappedSequence.test_set_item) 
> ... ok
> test_stringify (tests.test_mapped_sequence.TestMappedSequence.test_stringify) 
> ... ok
> test_stringify_long 
> (tests.test_mapped_sequence.TestMappedSequence.test_stringify_long) ... ok
> test_values (tests.test_mapped_sequence.TestMappedSequence.test_values) ... ok
> test_reader (tests.test_py2.TestDictReader.test_reader) ... skipped 'Not 
> supported in Python 3.'
> test_reader_alias (tests.test_py2.TestDictReader.test_reader_alias) ... 
> skipped 'Not supported in Python 3.'
> test_writer (tests.test_py2.TestDictWriter.test_writer) ... skipped 'Not 
> supported in Python 3.'
> test_writer_alias (tests.test_py2.TestDictWriter.test_writer_alias) ... 
> skipped 'Not supported in Python 3.'
> test_field_size_limit 
> (tests.test_py2.TestFieldSizeLimit.test_field_size_limit) ... skipped 'Not 
> supported in Python 3.'
> test_line_numbers (tests.test_py2.TestReader.test_line_numbers) ... skipped 
> 'Not supported in Python 3.'
> test_properties (tests.test_py2.TestReader.test_properties) ... skipped 'Not 
> supported in Python 3.'
> test_reader_alias (tests.test_py2.TestReader.test_reader_alias) ... skipped 
> 'Not supported in Python 3.'
> test_utf8 (tests.test_py2.TestReader.test_utf8) ... skipped 'Not supported in 
> Python 3.'
> test_sniffer (tests.test_py2.TestSniffer.test_sniffer) ... skipped 'Not 
> supported in Python 3.'
> test_latin1 (tests.test_py2.TestUnicodeDictReader.test_latin1) ... skipped 
> 'Not supported in Python 3.'
> test_reader (tests.test_py2.TestUnicodeDictReader.test_reader) ... skipped 
> 'Not supported in Python 3.'
> test_writer (tests.test_py2.TestUnicodeDictWriter.test_writer) ... skipped 
> 'Not supported in Python 3.'
> test_latin1 (tests.test_py2.TestUnicodeReader.test_latin1) ... skipped 'Not 
> supported in Python 3.'
> test_utf16_big (tests.test_py2.TestUnicodeReader.test_utf16_big) ... skipped 
> 'Not supported in Python 3.'
> test_utf16_little (tests.test_py2.TestUnicodeReader.test_utf16_little) ... 
> skipped 'Not supported in Python 3.'
> test_utf8 (tests.test_py2.TestUnicodeReader.test_utf8) ... skipped 'Not 
> supported in Python 3.'
> test_latin1 (tests.test_py2.TestUnicodeWriter.test_latin1) ... skipped 'Not 
> supported in Python 3.'
> test_utf16_big (tests.test_py2.TestUnicodeWriter.test_utf16_big) ... skipped 
> 'Not supported in Python 3.'
> test_utf16_little (tests.test_py2.TestUnicodeWriter.test_utf16_little) ... 
> skipped 'Not supported in Python 3.'
> test_utf8 (tests.test_py2.TestUnicodeWriter.test_utf8) ... skipped 'Not 
> supported in Python 3.'
> test_utf8 (tests.test_py2.TestWriter.test_utf8) ... skipped 'Not supported in 
> Python 3.'
> test_writer_alias (tests.test_py2.TestWriter.test_writer_alias) ... skipped 
> 'Not supported in Python 3.'
> test_reader (tests.test_py3.TestDictReader.test_reader) ... ok
> test_reader_alias (tests.test_py3.TestDictReader.test_reader_alias) ... ok
> test_line_numbers (tests.test_py3.TestDictWriter.test_line_numbers) ... ok
> test_writer (tests.test_py3.TestDictWriter.test_writer) ... ok
> test_writer_alias (tests.test_py3.TestDictWriter.test_writer_alias) ... ok
> test_writerows (tests.test_py3.TestDictWriter.test_writerows) ... ok
> test_field_size_limit 
> (tests.test_py3.TestFieldSizeLimit.test_field_size_limit) ... ok
> test_line_numbers (tests.test_py3.TestReader.test_line_numbers) ... ok
> test_properties (tests.test_py3.TestReader.test_properties) ... ok
> test_reader_alias (tests.test_py3.TestReader.test_reader_alias) ... ok
> test_utf8 (tests.test_py3.TestReader.test_utf8) ... ok
> test_sniffer (tests.test_py3.TestSniffer.test_sniffer) ... skipped 'Not 
> supported in Python 2. Test inexplicably fails intermittently on Linux and 
> Python 3.'
> test_line_numbers (tests.test_py3.TestWriter.test_line_numbers) ... ok
> test_utf8 (tests.test_py3.TestWriter.test_utf8) ... ok
> test_writer_alias (tests.test_py3.TestWriter.test_writer_alias) ... ok
> test_writerows (tests.test_py3.TestWriter.test_writerows) ... ok
> test_chain_select_where (tests.test_table.TestBasic.test_chain_select_where) 
> ... ok
> test_column_names_types_different_lengths 
> (tests.test_table.TestBasic.test_column_names_types_different_lengths) ... ok
> test_create_duplicate_column_names 
> (tests.test_table.TestBasic.test_create_duplicate_column_names) ... ok
> test_create_empty_table (tests.test_table.TestBasic.test_create_empty_table) 
> ... ok
> test_create_filename (tests.test_table.TestBasic.test_create_filename) ... ok
> test_create_table (tests.test_table.TestBasic.test_create_table) ... ok
> test_create_table_cast_error 
> (tests.test_table.TestBasic.test_create_table_cast_error) ... ok
> test_create_table_column_names 
> (tests.test_table.TestBasic.test_create_table_column_names) ... ok
> test_create_table_column_types 
> (tests.test_table.TestBasic.test_create_table_column_types) ... ok
> test_create_table_column_types_and_names 
> (tests.test_table.TestBasic.test_create_table_column_types_and_names) ... ok
> test_create_table_column_types_dict 
> (tests.test_table.TestBasic.test_create_table_column_types_dict) ... ok
> test_create_table_empty_column_names 
> (tests.test_table.TestBasic.test_create_table_empty_column_names) ... ok
> test_create_table_no_column_names 
> (tests.test_table.TestBasic.test_create_table_no_column_names) ... ok
> test_create_table_non_datatype_columns 
> (tests.test_table.TestBasic.test_create_table_non_datatype_columns) ... ok
> test_create_table_non_string_columns 
> (tests.test_table.TestBasic.test_create_table_non_string_columns) ... ok
> test_create_table_null_column_names 
> (tests.test_table.TestBasic.test_create_table_null_column_names) ... ok
> test_create_table_partial_column_types_dict 
> (tests.test_table.TestBasic.test_create_table_partial_column_types_dict) ... 
> ok
> test_create_variable_length_rows 
> (tests.test_table.TestBasic.test_create_variable_length_rows) ... ok
> test_distinct_column (tests.test_table.TestBasic.test_distinct_column) ... ok
> test_distinct_func (tests.test_table.TestBasic.test_distinct_func) ... ok
> test_distinct_multiple_columns 
> (tests.test_table.TestBasic.test_distinct_multiple_columns) ... ok
> test_distinct_none (tests.test_table.TestBasic.test_distinct_none) ... ok
> test_distinct_with_row_names 
> (tests.test_table.TestBasic.test_distinct_with_row_names) ... ok
> test_exclude (tests.test_table.TestBasic.test_exclude) ... ok
> test_exclude_single (tests.test_table.TestBasic.test_exclude_single) ... ok
> test_exclude_with_row_names 
> (tests.test_table.TestBasic.test_exclude_with_row_names) ... ok
> test_find (tests.test_table.TestBasic.test_find) ... ok
> test_find_none (tests.test_table.TestBasic.test_find_none) ... ok
> test_get_column_names (tests.test_table.TestBasic.test_get_column_names) ... 
> ok
> test_get_column_types (tests.test_table.TestBasic.test_get_column_types) ... 
> ok
> test_indexing (tests.test_table.TestBasic.test_indexing) ... ok
> test_iter (tests.test_table.TestBasic.test_iter) ... ok
> test_limit (tests.test_table.TestBasic.test_limit) ... ok
> test_limit_slice (tests.test_table.TestBasic.test_limit_slice) ... ok
> test_limit_slice_negative 
> (tests.test_table.TestBasic.test_limit_slice_negative) ... ok
> test_limit_step_only (tests.test_table.TestBasic.test_limit_step_only) ... ok
> test_limit_with_row_names 
> (tests.test_table.TestBasic.test_limit_with_row_names) ... ok
> test_no_column_name_warning 
> (tests.test_table.TestBasic.test_no_column_name_warning) ... ok
> test_row_names (tests.test_table.TestBasic.test_row_names) ... ok
> test_row_names_func (tests.test_table.TestBasic.test_row_names_func) ... ok
> test_row_names_int (tests.test_table.TestBasic.test_row_names_int) ... ok
> test_row_names_invalid (tests.test_table.TestBasic.test_row_names_invalid) 
> ... ok
> test_row_names_non_string 
> (tests.test_table.TestBasic.test_row_names_non_string) ... ok
> test_row_too_long (tests.test_table.TestBasic.test_row_too_long) ... ok
> test_select (tests.test_table.TestBasic.test_select) ... ok
> test_select_does_not_exist 
> (tests.test_table.TestBasic.test_select_does_not_exist) ... ok
> test_select_single (tests.test_table.TestBasic.test_select_single) ... ok
> test_select_with_row_names 
> (tests.test_table.TestBasic.test_select_with_row_names) ... ok
> test_str (tests.test_table.TestBasic.test_str) ... ok
> test_stringify (tests.test_table.TestBasic.test_stringify) ... ok
> test_where (tests.test_table.TestBasic.test_where) ... ok
> test_where_with_row_names 
> (tests.test_table.TestBasic.test_where_with_row_names) ... ok
> test_compute_creates_rows 
> (tests.test_table.TestData.test_compute_creates_rows) ... ok
> test_data_immutable (tests.test_table.TestData.test_data_immutable) ... ok
> test_fork_preserves_data (tests.test_table.TestData.test_fork_preserves_data) 
> ... ok
> test_limit_preserves_rows 
> (tests.test_table.TestData.test_limit_preserves_rows) ... ok
> test_order_by_preserves_rows 
> (tests.test_table.TestData.test_order_by_preserves_rows) ... ok
> test_where_preserves_rows 
> (tests.test_table.TestData.test_where_preserves_rows) ... ok
> test_count (tests.test_table.test_aggregate.TestAggregate.test_count) ... ok
> test_multiple (tests.test_table.test_aggregate.TestAggregate.test_multiple) 
> ... ok
> test_sum (tests.test_table.test_aggregate.TestAggregate.test_sum) ... ok
> test_bins (tests.test_table.test_bins.TestBins.test_bins) ... ok
> test_bins_decimals (tests.test_table.test_bins.TestBins.test_bins_decimals) 
> ... ok
> test_bins_mixed_signs 
> (tests.test_table.test_bins.TestBins.test_bins_mixed_signs) ... ok
> test_bins_negative (tests.test_table.test_bins.TestBins.test_bins_negative) 
> ... ok
> test_bins_nulls (tests.test_table.test_bins.TestBins.test_bins_nulls) ... ok
> test_bins_small_numbers 
> (tests.test_table.test_bins.TestBins.test_bins_small_numbers) ... ok
> test_bins_values_outside_start_end 
> (tests.test_table.test_bins.TestBins.test_bins_values_outside_start_end) ... 
> ok
> test_bar_chart 
> (tests.test_table.test_charting.TestTableCharts.test_bar_chart) ... ok
> test_column_chart 
> (tests.test_table.test_charting.TestTableCharts.test_column_chart) ... ok
> test_line_chart 
> (tests.test_table.test_charting.TestTableCharts.test_line_chart) ... ok
> test_scatterplot 
> (tests.test_table.test_charting.TestTableCharts.test_scatterplot) ... ok
> test_compute (tests.test_table.test_compute.TestCompute.test_compute) ... ok
> test_compute_multiple 
> (tests.test_table.test_compute.TestCompute.test_compute_multiple) ... ok
> test_compute_replace 
> (tests.test_table.test_compute.TestCompute.test_compute_replace) ... ok
> test_compute_replace_change_type 
> (tests.test_table.test_compute.TestCompute.test_compute_replace_change_type) 
> ... ok
> test_compute_replace_partial 
> (tests.test_table.test_compute.TestCompute.test_compute_replace_partial) ... 
> ok
> test_compute_with_row_names 
> (tests.test_table.test_compute.TestCompute.test_compute_with_row_names) ... ok
> test_denormalize 
> (tests.test_table.test_denormalize.TestDenormalize.test_denormalize) ... ok
> test_denormalize_column_type_tester 
> (tests.test_table.test_denormalize.TestDenormalize.test_denormalize_column_type_tester)
>  ... ok
> test_denormalize_column_types 
> (tests.test_table.test_denormalize.TestDenormalize.test_denormalize_column_types)
>  ... ok
> test_denormalize_default_value 
> (tests.test_table.test_denormalize.TestDenormalize.test_denormalize_default_value)
>  ... ok
> test_denormalize_multiple_keys 
> (tests.test_table.test_denormalize.TestDenormalize.test_denormalize_multiple_keys)
>  ... ok
> test_denormalize_no_key 
> (tests.test_table.test_denormalize.TestDenormalize.test_denormalize_no_key) 
> ... ok
> test_from_csv (tests.test_table.test_from_csv.TestFromCSV.test_from_csv) ... 
> ok
> test_from_csv_cr 
> (tests.test_table.test_from_csv.TestFromCSV.test_from_csv_cr) ... ok
> test_from_csv_crlf 
> (tests.test_table.test_from_csv.TestFromCSV.test_from_csv_crlf) ... ok
> test_from_csv_file_like_object 
> (tests.test_table.test_from_csv.TestFromCSV.test_from_csv_file_like_object) 
> ... ok
> test_from_csv_no_header 
> (tests.test_table.test_from_csv.TestFromCSV.test_from_csv_no_header) ... ok
> test_from_csv_no_header_columns 
> (tests.test_table.test_from_csv.TestFromCSV.test_from_csv_no_header_columns) 
> ... ok
> test_from_csv_no_type_tester 
> (tests.test_table.test_from_csv.TestFromCSV.test_from_csv_no_type_tester) ... 
> ok
> test_from_csv_row_limit 
> (tests.test_table.test_from_csv.TestFromCSV.test_from_csv_row_limit) ... ok
> test_from_csv_row_limit_no_header_columns 
> (tests.test_table.test_from_csv.TestFromCSV.test_from_csv_row_limit_no_header_columns)
>  ... ok
> test_from_csv_row_limit_too_high 
> (tests.test_table.test_from_csv.TestFromCSV.test_from_csv_row_limit_too_high) 
> ... ok
> test_from_csv_skip_lines 
> (tests.test_table.test_from_csv.TestFromCSV.test_from_csv_skip_lines) ... ok
> test_from_csv_skip_lines_cr 
> (tests.test_table.test_from_csv.TestFromCSV.test_from_csv_skip_lines_cr) ... 
> ok
> test_from_csv_skip_lines_crlf 
> (tests.test_table.test_from_csv.TestFromCSV.test_from_csv_skip_lines_crlf) 
> ... ok
> test_from_csv_sniff_limit_0 
> (tests.test_table.test_from_csv.TestFromCSV.test_from_csv_sniff_limit_0) ... 
> ok
> test_from_csv_sniff_limit_200 
> (tests.test_table.test_from_csv.TestFromCSV.test_from_csv_sniff_limit_200) 
> ... ok
> test_from_csv_sniff_limit_none 
> (tests.test_table.test_from_csv.TestFromCSV.test_from_csv_sniff_limit_none) 
> ... ok
> test_from_csv_type_tester 
> (tests.test_table.test_from_csv.TestFromCSV.test_from_csv_type_tester) ... ok
> test_from_fixed 
> (tests.test_table.test_from_fixed.TestFromFixed.test_from_fixed) ... ok
> test_group_by (tests.test_table.test_group_by.TestGroupBy.test_group_by) ... 
> ok
> test_group_by_bad_column 
> (tests.test_table.test_group_by.TestGroupBy.test_group_by_bad_column) ... ok
> test_group_by_function 
> (tests.test_table.test_group_by.TestGroupBy.test_group_by_function) ... ok
> test_group_by_key_name 
> (tests.test_table.test_group_by.TestGroupBy.test_group_by_key_name) ... ok
> test_group_by_key_type 
> (tests.test_table.test_group_by.TestGroupBy.test_group_by_key_type) ... ok
> test_group_by_number 
> (tests.test_table.test_group_by.TestGroupBy.test_group_by_number) ... ok
> test_homogenize_column_name 
> (tests.test_table.test_homogenize.TestHomogenize.test_homogenize_column_name) 
> ... ok
> test_homogenize_default_row 
> (tests.test_table.test_homogenize.TestHomogenize.test_homogenize_default_row) 
> ... ok
> test_homogenize_lambda_default 
> (tests.test_table.test_homogenize.TestHomogenize.test_homogenize_lambda_default)
>  ... ok
> test_homogenize_multiple_columns 
> (tests.test_table.test_homogenize.TestHomogenize.test_homogenize_multiple_columns)
>  ... ok
> test_full_outer (tests.test_table.test_join.TestJoin.test_full_outer) ... ok
> test_inner_join (tests.test_table.test_join.TestJoin.test_inner_join) ... ok
> test_inner_join2 (tests.test_table.test_join.TestJoin.test_inner_join2) ... ok
> test_inner_join_func 
> (tests.test_table.test_join.TestJoin.test_inner_join_func) ... ok
> test_inner_join_same_column_name 
> (tests.test_table.test_join.TestJoin.test_inner_join_same_column_name) ... ok
> test_join (tests.test_table.test_join.TestJoin.test_join) ... ok
> test_join2 (tests.test_table.test_join.TestJoin.test_join2) ... ok
> test_join_by_row_number 
> (tests.test_table.test_join.TestJoin.test_join_by_row_number) ... ok
> test_join_by_row_number_short_left 
> (tests.test_table.test_join.TestJoin.test_join_by_row_number_short_left) ... 
> ok
> test_join_by_row_number_short_right 
> (tests.test_table.test_join.TestJoin.test_join_by_row_number_short_right) ... 
> ok
> test_join_column_does_not_exist 
> (tests.test_table.test_join.TestJoin.test_join_column_does_not_exist) ... ok
> test_join_column_indicies 
> (tests.test_table.test_join.TestJoin.test_join_column_indicies) ... ok
> test_join_columns_kwarg 
> (tests.test_table.test_join.TestJoin.test_join_columns_kwarg) ... ok
> test_join_columns_kwarg_right_key 
> (tests.test_table.test_join.TestJoin.test_join_columns_kwarg_right_key) ... ok
> test_join_func (tests.test_table.test_join.TestJoin.test_join_func) ... ok
> test_join_match_multiple 
> (tests.test_table.test_join.TestJoin.test_join_match_multiple) ... ok
> test_join_multiple_columns 
> (tests.test_table.test_join.TestJoin.test_join_multiple_columns) ... ok
> test_join_require_match 
> (tests.test_table.test_join.TestJoin.test_join_require_match) ... ok
> test_join_rows_are_tuples 
> (tests.test_table.test_join.TestJoin.test_join_rows_are_tuples) ... ok
> test_join_same_column_name 
> (tests.test_table.test_join.TestJoin.test_join_same_column_name) ... ok
> test_join_with_row_names 
> (tests.test_table.test_join.TestJoin.test_join_with_row_names) ... ok
> test_merge (tests.test_table.test_merge.TestMerge.test_merge) ... ok
> test_merge_different_names 
> (tests.test_table.test_merge.TestMerge.test_merge_different_names) ... ok
> test_merge_different_types 
> (tests.test_table.test_merge.TestMerge.test_merge_different_types) ... ok
> test_merge_mixed_names 
> (tests.test_table.test_merge.TestMerge.test_merge_mixed_names) ... ok
> test_merge_with_column_names 
> (tests.test_table.test_merge.TestMerge.test_merge_with_column_names) ... ok
> test_merge_with_row_names 
> (tests.test_table.test_merge.TestMerge.test_merge_with_row_names) ... ok
> test_normalize (tests.test_table.test_normalize.TestNormalize.test_normalize) 
> ... ok
> test_normalize_change_order 
> (tests.test_table.test_normalize.TestNormalize.test_normalize_change_order) 
> ... ok
> test_normalize_column_type_tester 
> (tests.test_table.test_normalize.TestNormalize.test_normalize_column_type_tester)
>  ... ok
> test_normalize_column_types 
> (tests.test_table.test_normalize.TestNormalize.test_normalize_column_types) 
> ... ok
> test_normalize_multiple_fields 
> (tests.test_table.test_normalize.TestNormalize.test_normalize_multiple_fields)
>  ... ok
> test_normalize_multiple_keys 
> (tests.test_table.test_normalize.TestNormalize.test_normalize_multiple_keys) 
> ... ok
> test_order_by (tests.test_table.test_order_py.TestOrderBy.test_order_by) ... 
> ok
> test_order_by_empty_table 
> (tests.test_table.test_order_py.TestOrderBy.test_order_by_empty_table) ... ok
> test_order_by_func 
> (tests.test_table.test_order_py.TestOrderBy.test_order_by_func) ... ok
> test_order_by_multiple_columns 
> (tests.test_table.test_order_py.TestOrderBy.test_order_by_multiple_columns) 
> ... ok
> test_order_by_nulls 
> (tests.test_table.test_order_py.TestOrderBy.test_order_by_nulls) ... ok
> test_order_by_reverse 
> (tests.test_table.test_order_py.TestOrderBy.test_order_by_reverse) ... ok
> test_order_by_with_row_names 
> (tests.test_table.test_order_py.TestOrderBy.test_order_by_with_row_names) ... 
> ok
> test_pivot (tests.test_table.test_pivot.TestPivot.test_pivot) ... ok
> test_pivot_by_lambda 
> (tests.test_table.test_pivot.TestPivot.test_pivot_by_lambda) ... ok
> test_pivot_by_lambda_group_name 
> (tests.test_table.test_pivot.TestPivot.test_pivot_by_lambda_group_name) ... ok
> test_pivot_by_lambda_group_name_sequence_invalid 
> (tests.test_table.test_pivot.TestPivot.test_pivot_by_lambda_group_name_sequence_invalid)
>  ... ok
> test_pivot_compute (tests.test_table.test_pivot.TestPivot.test_pivot_compute) 
> ... ok
> test_pivot_compute_kwargs 
> (tests.test_table.test_pivot.TestPivot.test_pivot_compute_kwargs) ... ok
> test_pivot_compute_pivots 
> (tests.test_table.test_pivot.TestPivot.test_pivot_compute_pivots) ... ok
> test_pivot_default_value 
> (tests.test_table.test_pivot.TestPivot.test_pivot_default_value) ... ok
> test_pivot_multiple_keys 
> (tests.test_table.test_pivot.TestPivot.test_pivot_multiple_keys) ... ok
> test_pivot_multiple_keys_no_pivot 
> (tests.test_table.test_pivot.TestPivot.test_pivot_multiple_keys_no_pivot) ... 
> ok
> test_pivot_no_key (tests.test_table.test_pivot.TestPivot.test_pivot_no_key) 
> ... ok
> test_pivot_no_pivot 
> (tests.test_table.test_pivot.TestPivot.test_pivot_no_pivot) ... ok
> test_pivot_sum (tests.test_table.test_pivot.TestPivot.test_pivot_sum) ... ok
> test_print_bars 
> (tests.test_table.test_print_bars.TestPrintBars.test_print_bars) ... ok
> test_print_bars_domain 
> (tests.test_table.test_print_bars.TestPrintBars.test_print_bars_domain) ... ok
> test_print_bars_domain_invalid 
> (tests.test_table.test_print_bars.TestPrintBars.test_print_bars_domain_invalid)
>  ... ok
> test_print_bars_invalid_values 
> (tests.test_table.test_print_bars.TestPrintBars.test_print_bars_invalid_values)
>  ... ok
> test_print_bars_mixed_signs 
> (tests.test_table.test_print_bars.TestPrintBars.test_print_bars_mixed_signs) 
> ... ok
> test_print_bars_negative 
> (tests.test_table.test_print_bars.TestPrintBars.test_print_bars_negative) ... 
> ok
> test_print_bars_width 
> (tests.test_table.test_print_bars.TestPrintBars.test_print_bars_width) ... ok
> test_print_bars_width_overlap 
> (tests.test_table.test_print_bars.TestPrintBars.test_print_bars_width_overlap)
>  ... ok
> test_print_bars_with_nulls 
> (tests.test_table.test_print_bars.TestPrintBars.test_print_bars_with_nulls) 
> ... ok
> test_print_html 
> (tests.test_table.test_print_html.TestPrintHTML.test_print_html) ... ok
> test_print_html_max_columns 
> (tests.test_table.test_print_html.TestPrintHTML.test_print_html_max_columns) 
> ... ok
> test_print_html_max_rows 
> (tests.test_table.test_print_html.TestPrintHTML.test_print_html_max_rows) ... 
> ok
> test_print_html_tags 
> (tests.test_table.test_print_html.TestPrintHTML.test_print_html_tags) ... ok
> test_print_structure 
> (tests.test_table.test_print_structure.TestPrintStructure.test_print_structure)
>  ... ok
> test_print_table 
> (tests.test_table.test_print_table.TestPrintTable.test_print_table) ... ok
> test_print_table_locale_american 
> (tests.test_table.test_print_table.TestPrintTable.test_print_table_locale_american)
> Verify that the locale of the german number is correctly ... ok
> test_print_table_locale_german 
> (tests.test_table.test_print_table.TestPrintTable.test_print_table_locale_german)
> Verify that the locale of the german number is correctly ... ok
> test_print_table_max_column_width 
> (tests.test_table.test_print_table.TestPrintTable.test_print_table_max_column_width)
>  ... ok
> test_print_table_max_columns 
> (tests.test_table.test_print_table.TestPrintTable.test_print_table_max_columns)
>  ... ok
> test_print_table_max_precision 
> (tests.test_table.test_print_table.TestPrintTable.test_print_table_max_precision)
>  ... ok
> test_print_table_max_rows 
> (tests.test_table.test_print_table.TestPrintTable.test_print_table_max_rows) 
> ... ok
> test_rename_column_names 
> (tests.test_table.test_rename.TestRename.test_rename_column_names) ... ok
> test_rename_column_names_dict 
> (tests.test_table.test_rename.TestRename.test_rename_column_names_dict) ... ok
> test_rename_column_names_renames_row_values 
> (tests.test_table.test_rename.TestRename.test_rename_column_names_renames_row_values)
>  ... ok
> test_rename_row_names 
> (tests.test_table.test_rename.TestRename.test_rename_row_names) ... ok
> test_rename_row_names_dict 
> (tests.test_table.test_rename.TestRename.test_rename_row_names_dict) ... ok
> test_rename_slugify_columns 
> (tests.test_table.test_rename.TestRename.test_rename_slugify_columns) ... ok
> test_rename_slugify_columns_in_place 
> (tests.test_table.test_rename.TestRename.test_rename_slugify_columns_in_place)
>  ... ok
> test_rename_slugify_rows 
> (tests.test_table.test_rename.TestRename.test_rename_slugify_rows) ... ok
> test_rename_slugify_rows_in_place 
> (tests.test_table.test_rename.TestRename.test_rename_slugify_rows_in_place) 
> ... ok
> test_print_csv (tests.test_table.test_to_csv.TestToCSV.test_print_csv) ... ok
> test_to_csv (tests.test_table.test_to_csv.TestToCSV.test_to_csv) ... ok
> test_to_csv_file_like_object 
> (tests.test_table.test_to_csv.TestToCSV.test_to_csv_file_like_object) ... ok
> test_to_csv_make_dir 
> (tests.test_table.test_to_csv.TestToCSV.test_to_csv_make_dir) ... ok
> test_to_csv_to_stdout 
> (tests.test_table.test_to_csv.TestToCSV.test_to_csv_to_stdout) ... ok
> test_print_json (tests.test_table.test_to_json.TestJSON.test_print_json) ... 
> ok
> test_to_json (tests.test_table.test_to_json.TestJSON.test_to_json) ... ok
> test_to_json_error_newline_indent 
> (tests.test_table.test_to_json.TestJSON.test_to_json_error_newline_indent) 
> ... ok
> test_to_json_error_newline_key 
> (tests.test_table.test_to_json.TestJSON.test_to_json_error_newline_key) ... ok
> test_to_json_file_output 
> (tests.test_table.test_to_json.TestJSON.test_to_json_file_output) ... ok
> test_to_json_key (tests.test_table.test_to_json.TestJSON.test_to_json_key) 
> ... ok
> test_to_json_key_func 
> (tests.test_table.test_to_json.TestJSON.test_to_json_key_func) ... ok
> test_to_json_make_dir 
> (tests.test_table.test_to_json.TestJSON.test_to_json_make_dir) ... ok
> test_to_json_newline_delimited 
> (tests.test_table.test_to_json.TestJSON.test_to_json_newline_delimited) ... ok
> test_to_json_non_string_key 
> (tests.test_table.test_to_json.TestJSON.test_to_json_non_string_key) ... ok
> test_compute (tests.test_tableset.TestTableSet.test_compute) ... ok
> test_create_tableset (tests.test_tableset.TestTableSet.test_create_tableset) 
> ... ok
> test_create_tableset_mismatched_column_names 
> (tests.test_tableset.TestTableSet.test_create_tableset_mismatched_column_names)
>  ... ok
> test_create_tableset_mismatched_column_types 
> (tests.test_tableset.TestTableSet.test_create_tableset_mismatched_column_types)
>  ... ok
> test_from_csv (tests.test_tableset.TestTableSet.test_from_csv) ... ok
> test_from_csv_column_types_not_equal 
> (tests.test_tableset.TestTableSet.test_from_csv_column_types_not_equal) ... ok
> test_from_json_dir (tests.test_tableset.TestTableSet.test_from_json_dir) ... 
> ok
> test_from_json_false_path 
> (tests.test_tableset.TestTableSet.test_from_json_false_path) ... ok
> test_from_json_file (tests.test_tableset.TestTableSet.test_from_json_file) 
> ... ok
> test_get_column_names 
> (tests.test_tableset.TestTableSet.test_get_column_names) ... ok
> test_get_column_types 
> (tests.test_tableset.TestTableSet.test_get_column_types) ... ok
> test_iter (tests.test_tableset.TestTableSet.test_iter) ... ok
> test_nested (tests.test_tableset.TestTableSet.test_nested) ... ok
> test_print_structure (tests.test_tableset.TestTableSet.test_print_structure) 
> ... ok
> test_print_structure_row_limit 
> (tests.test_tableset.TestTableSet.test_print_structure_row_limit) ... ok
> test_proxy_local (tests.test_tableset.TestTableSet.test_proxy_local) ... ok
> test_proxy_maintains_key 
> (tests.test_tableset.TestTableSet.test_proxy_maintains_key) ... ok
> test_select (tests.test_tableset.TestTableSet.test_select) ... ok
> test_tableset_from_csv_invalid_dir 
> (tests.test_tableset.TestTableSet.test_tableset_from_csv_invalid_dir) ... ok
> test_to_csv (tests.test_tableset.TestTableSet.test_to_csv) ... ok
> test_to_json (tests.test_tableset.TestTableSet.test_to_json) ... ok
> test_to_nested_json (tests.test_tableset.TestTableSet.test_to_nested_json) 
> ... ok
> test_aggregate_key_name 
> (tests.test_tableset.test_aggregate.TestAggregate.test_aggregate_key_name) 
> ... ok
> test_aggregate_key_type 
> (tests.test_tableset.test_aggregate.TestAggregate.test_aggregate_key_type) 
> ... ok
> test_aggregate_max_length 
> (tests.test_tableset.test_aggregate.TestAggregate.test_aggregate_max_length) 
> ... ok
> test_aggregate_min 
> (tests.test_tableset.test_aggregate.TestAggregate.test_aggregate_min) ... ok
> test_aggregate_row_names 
> (tests.test_tableset.test_aggregate.TestAggregate.test_aggregate_row_names) 
> ... ok
> test_aggregate_sum 
> (tests.test_tableset.test_aggregate.TestAggregate.test_aggregate_sum) ... ok
> test_aggregate_sum_invalid 
> (tests.test_tableset.test_aggregate.TestAggregate.test_aggregate_sum_invalid) 
> ... ok
> test_aggregate_two_ops 
> (tests.test_tableset.test_aggregate.TestAggregate.test_aggregate_two_ops) ... 
> ok
> test_aggregeate_bad_column 
> (tests.test_tableset.test_aggregate.TestAggregate.test_aggregeate_bad_column) 
> ... ok
> test_nested_aggregate_row_names 
> (tests.test_tableset.test_aggregate.TestAggregate.test_nested_aggregate_row_names)
>  ... ok
> test_nested_aggregation 
> (tests.test_tableset.test_aggregate.TestAggregate.test_nested_aggregation) 
> ... ok
> test_bar_chart 
> (tests.test_tableset.test_charting.TestTableSetCharts.test_bar_chart) ... ok
> test_column_chart 
> (tests.test_tableset.test_charting.TestTableSetCharts.test_column_chart) ... 
> ok
> test_line_chart 
> (tests.test_tableset.test_charting.TestTableSetCharts.test_line_chart) ... ok
> test_scatterplot 
> (tests.test_tableset.test_charting.TestTableSetCharts.test_scatterplot) ... ok
> test_having_complex 
> (tests.test_tableset.test_having.TestHaving.test_having_complex) ... ok
> test_having_simple 
> (tests.test_tableset.test_having.TestHaving.test_having_simple) ... ok
> test_merge (tests.test_tableset.test_merge.TestAggregate.test_merge) ... ok
> test_merge_groups 
> (tests.test_tableset.test_merge.TestAggregate.test_merge_groups) ... ok
> test_merge_groups_invalid_length 
> (tests.test_tableset.test_merge.TestAggregate.test_merge_groups_invalid_length)
>  ... ok
> test_merge_groups_invalid_type 
> (tests.test_tableset.test_merge.TestAggregate.test_merge_groups_invalid_type) 
> ... ok
> test_merge_key_name 
> (tests.test_tableset.test_merge.TestAggregate.test_merge_key_name) ... ok
> test_boolean_type (tests.test_type_tester.TestTypeTester.test_boolean_type) 
> ... ok
> test_date_time_type 
> (tests.test_type_tester.TestTypeTester.test_date_time_type) ... ok
> test_date_time_type_isoformat 
> (tests.test_type_tester.TestTypeTester.test_date_time_type_isoformat) ... ok
> test_date_type (tests.test_type_tester.TestTypeTester.test_date_type) ... ok
> test_date_type_iso_format 
> (tests.test_type_tester.TestTypeTester.test_date_type_iso_format) ... ok
> test_empty (tests.test_type_tester.TestTypeTester.test_empty) ... ok
> test_force_type (tests.test_type_tester.TestTypeTester.test_force_type) ... ok
> test_limit (tests.test_type_tester.TestTypeTester.test_limit) ... ok
> test_number_currency 
> (tests.test_type_tester.TestTypeTester.test_number_currency) ... ok
> test_number_currency_locale 
> (tests.test_type_tester.TestTypeTester.test_number_currency_locale) ... ok
> test_number_percent 
> (tests.test_type_tester.TestTypeTester.test_number_percent) ... ok
> test_number_type (tests.test_type_tester.TestTypeTester.test_number_type) ... 
> ok
> test_text_type (tests.test_type_tester.TestTypeTester.test_text_type) ... ok
> test_time_delta_type 
> (tests.test_type_tester.TestTypeTester.test_time_delta_type) ... ok
> test_types_force_text 
> (tests.test_type_tester.TestTypeTester.test_types_force_text) ... ok
> test_types_no_boolean 
> (tests.test_type_tester.TestTypeTester.test_types_no_boolean) ... ok
> test_types_number_locale 
> (tests.test_type_tester.TestTypeTester.test_types_number_locale) ... ok
> test_letter_name (tests.test_utils.TestMisc.test_letter_name) ... ok
> test_round_limits (tests.test_utils.TestMisc.test_round_limits) ... ok
> test_locate (tests.test_utils.TestQuantiles.test_locate) ... ok
> test_methods (tests.test_utils.TestQuantiles.test_methods) ... ok
> 
> ======================================================================
> ERROR: test_cast_parser_timezone 
> (tests.test_data_types.TestDateTime.test_cast_parser_timezone)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_agate/build/tests/test_data_types.py",
>  line 364, in test_cast_parser_timezone
>     tzinfo = pytz.timezone('US/Pacific')
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/pytz/__init__.py", line 202, in 
> timezone
>     raise UnknownTimeZoneError(zone)
> pytz.exceptions.UnknownTimeZoneError: 'US/Pacific'
> 
> ----------------------------------------------------------------------
> Ran 484 tests in 0.425s
> 
> FAILED (errors=1, skipped=25)
> | one | two | three |
> | --- | --- | ----- |
> |   0 |   4 | a     |
> |   1 |   3 | b     |
> |     |   2 | c     |
> |   2 |   3 | d     |
> | one | two | three |
> | --- | --- | ----- |
> |   0 |   4 | a     |
> |   1 |   3 | b     |
> |     |   2 | c     |
> |   2 |     |       |
> | one | two | three |
> | --- | --- | ----- |
> |   0 |   4 | a     |
> |   1 |   3 | b     |
> |     |   2 | c     |
> |   2 |   4 | c     |
> | one | two | three |
> | --- | --- | ----- |
> |   0 |   4 | a     |
> |   1 |   3 | b     |
> |     |   2 | c     |
> |   2 |   5 | c     |
> | gender | Percent |
> | ------ | ------- |
> | male   |      50 |
> | female |      50 |
> | gender | blue | green |
> | ------ | ---- | ----- |
> | male   | 37.5 |     0 |
> | female | 12.5 |    25 |
> | gender |    blue |   green |
> | ------ | ------- | ------- |
> | male   | 50.000… |  0.000… |
> | female | 16.667… | 33.333… |
> three   one
> a      1.70 ▓░                                                                
>                                           
> None  11.18 ▓░░░░                                                             
>                                           
> c      0.00 ▓                                                                 
>                                           
>             
> +--------------------------+--------------------------+-------------------------+--------------------------+
>             0                         75                         150          
>              225                       300
> three   one
> a     -1.70                               ░░░░░░▓                             
>                                           
> None  11.18                                     
> ▓░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░                               
> c      0.00                                     ▓                             
>                                           
>             
> +-----------------+-----------------+-----------------------------------+----------------------------------+
>             -10              -5                 0                             
>      10                                 20
> three    one
> a      -1.70                                                                  
>                                 ░░░░░░░░░▓
> None  -11.18                                                
> ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▓
> c       0.00                                                                  
>                                          ▓
>              
> +-------------------------+--------------------------+--------------------------+-------------------------+
>              -20                      -15                        -10          
>               -5                         0
> E: pybuild pybuild:395: test: plugin distutils failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_agate/build; python3.11 -m unittest 
> discover -v 
> dh_auto_test: error: pybuild --test -i python{version} -p 3.11 returned exit 
> code 13


The full build log is available from:
http://qa-logs.debian.net/2023/09/25/python-agate_1.6.3-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230925;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230925&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

Reply via email to