dstandish edited a comment on pull request #15812: URL: https://github.com/apache/airflow/pull/15812#issuecomment-843531891
> Yep, leveldb is indeed very separate from the rest. I think master is OK, but we have another major outage of Github Actions in a full swing: https://www.githubstatus.com/incidents/m16jzl31gnqt > > BTW. you need to rebase anyway. Yeah i know i need to rebase but when i did locally at pre-commit i found this error: ``` Run mypy.................................................................................Failed - hook id: mypy - exit code: 2 + export PYTHONPATH=/opt/airflow + PYTHONPATH=/opt/airflow + mypy_args=() + for filename in "$@" + [[ setup.py == docs/* ]] + mypy_args+=("-m" "$(filename_to_python_module "$filename")") ++ filename_to_python_module setup.py ++ file=setup.py ++ no_leading_dotslash=setup.py ++ no_py=setup ++ no_init=setup ++ echo setup + mypy --namespace-packages -m setup Unable to load the config, contains a configuration error. setup.cfg:193: error: Error importing plugin 'airflow.mypy.plugin.decorators': Unable to configure handler 'task': Cannot resolve 'airflow.utils.log.file_task_handler.FileTaskHandler': No module named 'httpx' plugins = ^ Found 1 error in 1 file (checked 1 source file) + in_container_script_end + EXIT_CODE=2 + [[ 2 != 0 ]] + [[ false == \t\r\u\e ]] + [[ false == \t\r\u\e ]] + in_container_clear_tmp + rm -rf /tmp/core-js-banners /tmp/v8-compile-cache-0 /tmp/yarn--1620688528816-0.4993168394804959 /tmp/yarn--1620688528816-0.8367507637222573 /tmp/yarn--1620688607348-0.5560835416794161 + in_container_fix_ownership + [[ Darwin == \L\i\n\u\x ]] ``` -- 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]
