mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-12-16 15:40:12 +01:00
bugfix: removed erroneous pytest import in failing CI task
This commit is contained in:
parent
7679176414
commit
9606149138
2 changed files with 1 additions and 2 deletions
|
|
@ -56,7 +56,6 @@ def test_synergy_pairs_fallback_and_metadata_info(tmp_path):
|
|||
candidate = name
|
||||
break
|
||||
if not candidate: # If still none, skip test rather than fail (environmental variability)
|
||||
import pytest
|
||||
pytest.skip('No synergy pair seed theme present in catalog output')
|
||||
candidate_entry = themes[candidate]
|
||||
# Must have at least one synergy (fallback or curated)
|
||||
|
|
|
|||
|
|
@ -28019,7 +28019,7 @@
|
|||
"generated_from": "merge (analytics + curated YAML + whitelist)",
|
||||
"metadata_info": {
|
||||
"mode": "merge",
|
||||
"generated_at": "2025-10-06T09:48:40",
|
||||
"generated_at": "2025-10-06T09:54:55",
|
||||
"curated_yaml_files": 739,
|
||||
"synergy_cap": 5,
|
||||
"inference": "pmi",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue