From dab9bd94ac65be57bee7c15a08ac16dcd0a4e632 Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Sun, 19 Oct 2025 10:05:38 -0400 Subject: [PATCH] [primer] Replace home-assistant with ansible --- tests/primer/packages_to_prime.json | 35 +++++++++++++++-------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/tests/primer/packages_to_prime.json b/tests/primer/packages_to_prime.json index 59a94f416b..6c3486803a 100644 --- a/tests/primer/packages_to_prime.json +++ b/tests/primer/packages_to_prime.json @@ -1,4 +1,10 @@ { + "ansible": { + "branch": "devel", + "directories": ["lib/ansible"], + "url": "https://github.com/ansible/ansible", + "pylintrc_relpath": "test/lib/ansible_test/_util/controller/sanity/pylint/config/default.cfg" + }, "astroid": { "branch": "main", "directories": ["astroid"], @@ -10,6 +16,12 @@ "directories": ["src/black/", "src/blackd/", "src/blib2to3/"], "url": "https://github.com/psf/black" }, + "coverage": { + "branch": "master", + "directories": ["coverage"], + "url": "https://github.com/nedbat/coveragepy", + "pylintrc_relpath": "pyproject.toml" + }, "django": { "branch": "main", "directories": ["django"], @@ -21,11 +33,6 @@ "directories": ["src/flask"], "url": "https://github.com/pallets/flask" }, - "home-assistant": { - "branch": "dev", - "directories": ["homeassistant"], - "url": "https://github.com/home-assistant/core" - }, "music21": { "branch": "master", "directories": ["music21"], @@ -38,6 +45,12 @@ "pylint_additional_args": ["--ignore-patterns=\"test_"], "url": "https://github.com/pandas-dev/pandas" }, + "poetry-core": { + "branch": "main", + "directories": ["src"], + "url": "https://github.com/python-poetry/poetry-core", + "pylint_additional_args": ["--recursive=y", "--source-roots=src"] + }, "psycopg": { "branch": "master", "directories": ["psycopg/psycopg"], @@ -57,17 +70,5 @@ "branch": "master", "directories": ["src/sentry"], "url": "https://github.com/getsentry/sentry" - }, - "coverage": { - "branch": "master", - "directories": ["coverage"], - "url": "https://github.com/nedbat/coveragepy", - "pylintrc_relpath": "pyproject.toml" - }, - "poetry-core": { - "branch": "main", - "directories": ["src"], - "url": "https://github.com/python-poetry/poetry-core", - "pylint_additional_args": ["--recursive=y", "--source-roots=src"] } }