ashb opened a new pull request, #24896:
URL: https://github.com/apache/airflow/pull/24896

   For instance, after running pytest I had these files created by this step:
   
   ```
   Create missing init.py files in 
tests..................................................Failed
   - hook id: create-missing-init-py-files-tests
   - exit code: 1
   
    Created /home/ash/code/airflow/airflow/tests/__pycache__/__init__.py
    Created /home/ash/code/airflow/airflow/tests/models/__pycache__/__init__.py
    Created 
/home/ash/code/airflow/airflow/tests/test_utils/__pycache__/__init__.py
    Created 
/home/ash/code/airflow/airflow/tests/test_utils/perf/__pycache__/__init__.py
    Created 
/home/ash/code/airflow/airflow/tests/test_utils/perf/perf_kit/__pycache__/__init__.py
   ```
   
   (This change also stops the `os.walkdir` from needlessly recursing in to
   test_logs folder as well.)


-- 
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]

Reply via email to