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/22 16:36:17 UTC

[GitHub] [airflow] potiuk commented on pull request #8973: Run static checks on Python3.6 for v1-10 branches

potiuk commented on pull request #8973:
URL: https://github.com/apache/airflow/pull/8973#issuecomment-632789302


   It was deliberately set to 3.5 on 1.10 - because by default the static checks for MyPy and I believe for flake the "compatibility" level is set by default to the version it runs on and w wanted to run py3.5 compatibility check.  
   
   I think the problem looks awfully like a GA cache problem. We are caching the pre-commit environment. and possibly something went wrong with restoring that cache. The tests that failed were not even using the PYTHON_MAJOR_MINOR version because they were running on the host and PYTHON_MAJOR_MINOR_VERSION is only used for the container for CI.
   
   I think that could have been a temporary solution and it should be working now - the same as it is working now for the builds. 


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