The GitHub Actions job "Tests" on airflow.git has failed. Run started by GitHub user ashb (triggered by ashb).
Head commit for run: c056cf7e904285b3b12c73080c098ad737b9cd71 / Ash Berlin-Taylor <[email protected]> Pull in licneses to dists via wildcard, not pre-commit We can simplify the build/pre-commit process a bit. It turns out that `license_files` is actually a list of glob-patterns, not just literal files, so we can remove the pre-commit step to generate this list and keep it ordered. Test to make sure it still gets included: ``` $unzip -l dist/apache_airflow-2.5.0.dev0-py3-none-any.whl | grep apache_airflow-2.5.0.dev0.dist-info 13661 2022-09-21 11:00 apache_airflow-2.5.0.dev0.dist-info/LICENSE 1131 2022-09-21 11:00 apache_airflow-2.5.0.dev0.dist-info/LICENSE-bootstrap.txt 984 2022-09-21 11:00 apache_airflow-2.5.0.dev0.dist-info/LICENSE-bootstrap3-typeahead.txt 1475 2022-09-21 11:00 apache_airflow-2.5.0.dev0.dist-info/LICENSE-d3-shape.txt 1079 2022-09-21 11:00 apache_airflow-2.5.0.dev0.dist-info/LICENSE-d3-tip.txt 1475 2022-09-21 11:00 apache_airflow-2.5.0.dev0.dist-info/LICENSE-d3js.txt 1062 2022-09-21 11:00 apache_airflow-2.5.0.dev0.dist-info/LICENSE-dagre-d3.txt 1076 2022-09-21 11:00 apache_airflow-2.5.0.dev0.dist-info/LICENSE-datatables.txt 1081 2022-09-21 11:00 apache_airflow-2.5.0.dev0.dist-info/LICENSE-elasticmock.txt 1096 2022-09-21 11:00 apache_airflow-2.5.0.dev0.dist-info/LICENSE-eonasdan-bootstrap-datetimepicker.txt 1301 2022-09-21 11:00 apache_airflow-2.5.0.dev0.dist-info/LICENSE-flask-kerberos.txt 11349 2022-09-21 11:00 apache_airflow-2.5.0.dev0.dist-info/LICENSE-hue.txt 11357 2022-09-21 11:00 apache_airflow-2.5.0.dev0.dist-info/LICENSE-jqclock.txt 1605 2022-09-21 11:00 apache_airflow-2.5.0.dev0.dist-info/LICENSE-jquery.txt 1077 2022-09-21 11:00 apache_airflow-2.5.0.dev0.dist-info/LICENSE-moment-strftime.txt 1075 2022-09-21 11:00 apache_airflow-2.5.0.dev0.dist-info/LICENSE-moment.txt 1096 2022-09-21 11:00 apache_airflow-2.5.0.dev0.dist-info/LICENSE-normalize.txt 115987 2022-09-21 11:00 apache_airflow-2.5.0.dev0.dist-info/LICENSES-ui.txt 120239 2022-09-21 11:00 apache_airflow-2.5.0.dev0.dist-info/METADATA 789 2022-09-21 11:00 apache_airflow-2.5.0.dev0.dist-info/NOTICE 92 2022-09-21 11:00 apache_airflow-2.5.0.dev0.dist-info/WHEEL 50 2022-09-21 11:00 apache_airflow-2.5.0.dev0.dist-info/entry_points.txt 8 2022-09-21 11:00 apache_airflow-2.5.0.dev0.dist-info/top_level.txt 93366 2022-09-21 11:00 apache_airflow-2.5.0.dev0.dist-info/RECORD $ tar tf dist/apache-airflow-2.5.0.dev0.tar.gz apache-airflow-2.5.0.dev0/licenses/ apache-airflow-2.5.0.dev0/licenses/ apache-airflow-2.5.0.dev0/licenses/LICENSE-bootstrap.txt apache-airflow-2.5.0.dev0/licenses/LICENSE-bootstrap3-typeahead.txt apache-airflow-2.5.0.dev0/licenses/LICENSE-d3-shape.txt apache-airflow-2.5.0.dev0/licenses/LICENSE-d3-tip.txt apache-airflow-2.5.0.dev0/licenses/LICENSE-d3js.txt apache-airflow-2.5.0.dev0/licenses/LICENSE-dagre-d3.txt apache-airflow-2.5.0.dev0/licenses/LICENSE-datatables.txt apache-airflow-2.5.0.dev0/licenses/LICENSE-elasticmock.txt apache-airflow-2.5.0.dev0/licenses/LICENSE-eonasdan-bootstrap-datetimepicker.txt apache-airflow-2.5.0.dev0/licenses/LICENSE-flask-kerberos.txt apache-airflow-2.5.0.dev0/licenses/LICENSE-hue.txt apache-airflow-2.5.0.dev0/licenses/LICENSE-jqclock.txt apache-airflow-2.5.0.dev0/licenses/LICENSE-jquery.txt apache-airflow-2.5.0.dev0/licenses/LICENSE-moment-strftime.txt apache-airflow-2.5.0.dev0/licenses/LICENSE-moment.txt apache-airflow-2.5.0.dev0/licenses/LICENSE-normalize.txt apache-airflow-2.5.0.dev0/licenses/LICENSES-ui.txt ``` Report URL: https://github.com/apache/airflow/actions/runs/3097570535 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
