From 88742398d4c3a5efe54e98046b195818ac74d631 Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Thu, 26 Dec 2024 23:27:13 -0700 Subject: [PATCH] Legacy repo has been archived --- tests/pytests/functional/runners/test_winrepo.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/pytests/functional/runners/test_winrepo.py b/tests/pytests/functional/runners/test_winrepo.py index f744c2a98dd..9849300d8d3 100644 --- a/tests/pytests/functional/runners/test_winrepo.py +++ b/tests/pytests/functional/runners/test_winrepo.py @@ -24,7 +24,8 @@ def configure_loader_modules(minion_opts, tmp_path): @pytest.fixture def winrepo_remotes(minion_opts): remotes = set() - remotes.update(minion_opts.get("winrepo_remotes", [])) + # Legacy repo has been archived as of September 2024 + # remotes.update(minion_opts.get("winrepo_remotes", [])) remotes.update(minion_opts.get("winrepo_remotes_ng", [])) return remotes