bugfix: removed erroneous pytest import in failing CI task

This commit is contained in:
matt 2025-10-06 09:56:27 -07:00
parent 7679176414
commit 9606149138
2 changed files with 1 additions and 2 deletions

View file

@ -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)