Files
superset2/tests
Claude Code a67c02b86a fix(odps): fix CI failures in tests and requirements
- 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>
2026-03-11 15:34:37 -07:00
..