The GitHub Actions job "Tests" on airflow.git has failed. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: e30194ce024b2555e9be723660ffd4eed3eb5722 / Jarek Potiuk <[email protected]> Remove requirement for test_ prefix for pytest test modules Currently we had a requirement to use `test_` prefix for modules for all our tests, however this means that we could have missed some of the tests from pytest collection when they were placed in a module without the `test_` prefix. This happenedi already: see #30311 and #30306 The previous attempts to remove it failed, because cassandra tests seemed to be incompatible with pytest collection when we allowed all Python files. This PR applies exclusion and local imports to workaround the issue. It also moves pytest configuration to pyproject.toml, following the general move of the Python community to pyproject.toml-based configuration. Report URL: https://github.com/apache/airflow/actions/runs/4527443488 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
