zhangxinyao88 opened a new pull request, #72086: URL: https://github.com/apache/airflow/pull/72086
Move the existing tests for `airflow.providers.celery.executors.default_celery` out of the broader `test_celery_executor.py` module and into a dedicated test module that mirrors the source layout. This removes `test_default_celery.py` from `OVERLOOKED_TESTS` without changing production behavior. related: #35442 Testing: - `breeze run pytest providers/celery/tests/unit/celery/executors/test_celery_executor.py providers/celery/tests/unit/celery/executors/test_default_celery.py -q` - `breeze run pytest airflow-core/tests/unit/always/test_project_structure.py::TestProjectStructure::test_providers_modules_should_have_tests -q` - `breeze testing providers-tests --parallel-test-types "Providers[celery] Providers[cncf.kubernetes] Providers[common.compat]" --run-in-parallel --parallelism 3` - Airflow pre-commit and manual hooks --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes (Codex) Generated-by: Codex GPT-5 following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) --- -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
