mirror of
https://github.com/apache/superset.git
synced 2026-05-21 15:55:10 +00:00
- Remove pyodps from requirements/base.txt since it is not listed in base.in (fixes check-python-deps CI failure) - Use real sqlite dialect instead of MagicMock in select_star tests to avoid TypeError from quote_table joining MagicMock strings - Mock sys.modules for odps in URI-no-match test so the local import succeeds and reaches the URI pattern matching code path - Remove broken patch of __func__ readonly attribute that caused AttributeError - Fix not-partitioned test to mock sys.modules instead of patching a module-level name that does not exist Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>