diff --git a/tests/primer/packages_to_lint_batch_one.json b/tests/primer/packages_to_lint_batch_one.json index adc6d97389..0d1d2ba368 100644 --- a/tests/primer/packages_to_lint_batch_one.json +++ b/tests/primer/packages_to_lint_batch_one.json @@ -4,11 +4,6 @@ "directories": ["django"], "url": "https://github.com/django/django.git" }, - "home-assistant": { - "branch": "dev", - "directories": ["homeassistant"], - "url": "https://github.com/home-assistant/core.git" - }, "keras": { "branch": "master", "directories": ["keras"], diff --git a/tests/primer/packages_to_lint_batch_two.json b/tests/primer/packages_to_lint_batch_two.json index 71fe559c60..0967ef424b 100644 --- a/tests/primer/packages_to_lint_batch_two.json +++ b/tests/primer/packages_to_lint_batch_two.json @@ -1,18 +1 @@ -{ - "pandas": { - "branch": "main", - "directories": ["pandas"], - "pylint_additional_args": ["--ignore-patterns=\"test_"], - "url": "https://github.com/pandas-dev/pandas.git" - }, - "psycopg": { - "branch": "master", - "directories": ["psycopg/psycopg"], - "url": "https://github.com/psycopg/psycopg.git" - }, - "sentry": { - "branch": "master", - "directories": ["src/sentry"], - "url": "https://github.com/getsentry/sentry.git" - } -} +{} diff --git a/tests/primer/packages_to_prime.json b/tests/primer/packages_to_prime.json index 592c9aaebb..48c26eba22 100644 --- a/tests/primer/packages_to_prime.json +++ b/tests/primer/packages_to_prime.json @@ -15,6 +15,22 @@ "directories": ["src/flask"], "url": "https://github.com/pallets/flask" }, + "home-assistant": { + "branch": "dev", + "directories": ["homeassistant"], + "url": "https://github.com/home-assistant/core.git" + }, + "pandas": { + "branch": "main", + "directories": ["pandas"], + "pylint_additional_args": ["--ignore-patterns=\"test_"], + "url": "https://github.com/pandas-dev/pandas.git" + }, + "psycopg": { + "branch": "master", + "directories": ["psycopg/psycopg"], + "url": "https://github.com/psycopg/psycopg.git" + }, "pygame": { "branch": "main", "directories": ["src_py"], @@ -24,5 +40,10 @@ "branch": "main", "directories": ["src/_pytest"], "url": "https://github.com/pytest-dev/pytest" + }, + "sentry": { + "branch": "master", + "directories": ["src/sentry"], + "url": "https://github.com/getsentry/sentry.git" } }