Update warnings to raise errors in test #10534
Annotations
3 errors
panel/tests/widgets/test_tables.py#L815
test_tabulator_empty_table
FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
|
panel/tests/widgets/test_tables.py#L2036
test_edit_with_datetime_aware_column
AssertionError: assert 'b' == 'new'
- new
+ b
|
|
This job failed
Loading