Hi everyone, FYI: the PR to move the in-repo code layout of providers has just landed https://github.com/apache/airflow/pull/42505
All providers src code now lives in providers/src/airflow/providers, tests in providers/tests and providers/tests/system etc. None of the python imports have or will change as a result of this, just the location in the repo. If you have an open PR that touches provider code it’ll like need to be rebased on top of this change. This is one of the pre-req steps we need to take in order to start landing AIP-72 Task Execution SDK/Interface changes in airflow. A note to developers: “Common” fixtures shared between core and providers tests that were in tests/conftest.py have moved to dev/tests_conf/pytest_plugin.py, and tests.test_utils have moved to dev/tests_conf/test_utils/ Cheers, Ash