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:
[email protected]


Reply via email to