feat: migrate to unified Parquet format with instant GitHub setup and 4x faster tagging

This commit is contained in:
matt 2025-10-18 21:32:12 -07:00
parent e9e949aae3
commit 8435312c8f
58 changed files with 11921 additions and 3961 deletions

View file

@ -1,4 +1,8 @@
from code.scripts import preview_perf_benchmark as perf
import pytest
# M4 (Parquet Migration): preview_perf_benchmark module was removed during refactoring
# These tests are no longer applicable
pytestmark = pytest.mark.skip(reason="M4: preview_perf_benchmark module removed during refactoring")
def test_fetch_all_theme_slugs_retries(monkeypatch):