From 9606149138f1bcd5a53b689a28e6ffea12378a95 Mon Sep 17 00:00:00 2001 From: matt Date: Mon, 6 Oct 2025 09:56:27 -0700 Subject: [PATCH] bugfix: removed erroneous pytest import in failing CI task --- code/tests/test_synergy_pairs_and_provenance.py | 1 - config/themes/theme_list.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/code/tests/test_synergy_pairs_and_provenance.py b/code/tests/test_synergy_pairs_and_provenance.py index 6fc9d97..36f9007 100644 --- a/code/tests/test_synergy_pairs_and_provenance.py +++ b/code/tests/test_synergy_pairs_and_provenance.py @@ -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) diff --git a/config/themes/theme_list.json b/config/themes/theme_list.json index 1311c50..5bb90da 100644 --- a/config/themes/theme_list.json +++ b/config/themes/theme_list.json @@ -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",