mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-12-17 08:00:13 +01:00
feat: migrate to unified Parquet format with instant GitHub setup and 4x faster tagging
This commit is contained in:
parent
e9e949aae3
commit
8435312c8f
58 changed files with 11921 additions and 3961 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue