The GitHub Actions job "Tests" on airflow.git has failed. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 666c108770dc787242b0699bec5bbb51000d2660 / Jarek Potiuk <[email protected]> Avoid side-effects for providers-manager related tests When running tests in v2-8-tests some of the tests failed with package-name key not found in providers manager. This was because some other tests modified dictionaries stored in ProvidersManager and added there entries that missed the keys. This PR adds a a new fixture `cleanup_providers_manager` - that will reinitialize the ProvidersManager before the test and - more importantly will clean it up after. This way all the entries added manually should be removed for other tests and all the tests that do not explicitly initialize providers manager should fail if they need it. Report URL: https://github.com/apache/airflow/actions/runs/7898777214 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
