kaxil commented on issue #3932: [AIRFLOW-2918] Remove unused imports URL: https://github.com/apache/incubator-airflow/pull/3932#issuecomment-423638702 Below tests are failing ``` ====================================================================== 23) ERROR: test_with_requirements_pinned (tests.operators.test_virtualenv_operator.TestPythonVirtualenvOperator) ---------------------------------------------------------------------- Traceback (most recent call last): tests/operators/test_virtualenv_operator.py line 94 in test_with_requirements_pinned self.assertNotEqual('0.4', funcsigs.__version__, 'Please update this string if this fails') NameError: global name 'funcsigs' is not defined ====================================================================== 24) FAIL: test_import_variables_1 (tests.www_rbac.test_views.TestVariableModelView) ---------------------------------------------------------------------- Traceback (most recent call last): tests/www_rbac/test_views.py line 193 in test_import_variables_1 self.check_content_in_response('1 variable(s) failed to be updated.', resp) tests/www_rbac/test_views.py line 89 in check_content_in_response self.assertIn(text, resp_html) ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
