mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-12-17 08:00:13 +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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue