This is an automated email from the ASF dual-hosted git repository.
beto pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
from c7779578f9 chore: Add instruction for LLMs to use antd theme tokens
(#34800)
add 1204507d68 fix: make `get_image()` always return `BytesIO` (#34801)
No new revisions were added by this update.
Summary of changes:
superset/charts/api.py | 13 ++-
superset/dashboards/api.py | 12 +-
superset/exceptions.py | 4 +
superset/utils/screenshots.py | 9 +-
tests/unit_tests/utils/screenshot_test.py | 47 ++++++++
.../utils/test_screenshot_exception_handling.py | 126 +++++++++++++++++++++
6 files changed, 202 insertions(+), 9 deletions(-)
create mode 100644 tests/unit_tests/utils/test_screenshot_exception_handling.py