kaxil commented on pull request #14030: URL: https://github.com/apache/airflow/pull/14030#issuecomment-784153849
Some of the static tests are failing: ``` Run pylint for tests.....................................................Failed - hook id: pylint - exit code: 2 ************* Module hooks.test_tableau tests/providers/tableau/hooks/test_tableau.py:25:0: E0012: Bad option value 'do-not-use-asserts' (bad-option-value) ************* Module operators.test_tableau_refresh_workbook tests/providers/tableau/operators/test_tableau_refresh_workbook.py:26:0: E0012: Bad option value 'do-not-use-asserts' (bad-option-value) ************* Module sensors.test_tableau_job_status tests/providers/tableau/sensors/test_tableau_job_status.py:29:0: E0012: Bad option value 'do-not-use-asserts' (bad-option-value) ------------------------------------ ``` ---------------------------------------------------------------- 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: [email protected]
