You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/05/19 10:32:52 UTC

[GitHub] [airflow] kaxil edited a comment on pull request #8904: Move k8s files out of contrib

kaxil edited a comment on pull request #8904:
URL: https://github.com/apache/airflow/pull/8904#issuecomment-630734168


   > @potiuk do you have any idea why all of these unrelated flake tests would fail?
   > 
   > ```
   > 
   > tests/contrib/utils/base_gcp_system_test_case.py:89:0: F523 '...'.format(...) has unused arguments at position(s): 0
   > airflow/jobs/backfill_job.py:559:33: F523 '...'.format(...) has unused arguments at position(s): 0, 1
   > airflow/contrib/utils/gcp_field_validator.py:253:17: F523 '...'.format(...) has unused arguments at position(s): 1
   > airflow/operators/docker_operator.py:268:17: E741 ambiguous variable name 'l'
   > tests/contrib/operators/test_gcs_to_gcs_operator.py:290:21: F523 '...'.format(...) has unused arguments at position(s): 1
   > airflow/contrib/operators/file_to_wasb.py:60:13: F523 '...'.format(...) has unused arguments at position(s): 0, 1, 2
   > airflow/contrib/operators/qubole_check_operator.py:226:17: E122 continuation line missing indentation or outdented
   > ```
   
   That is most likely caused by the new version release of flake8 on May 12 that may have introduced extra checks ! - https://pypi.org/project/flake8/


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org