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 2021/08/07 15:54:49 UTC

[GitHub] [airflow] uranusjr commented on pull request #17486: Attempt to reduce flakiness of PythonVirtualenv tests

uranusjr commented on pull request #17486:
URL: https://github.com/apache/airflow/pull/17486#issuecomment-894671789


   I wonder why this takes so long in the first place, virtualenv creation should generally be lightning fast. Probably because `virtualenv` ias trying to update its embedded wheels (pip, setuptools, and wheel) automatically? We should try to disable this by passing `--no-periodic-update`.
   
   https://virtualenv.pypa.io/en/stable/user_guide.html#embed-wheels-for-distributions


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

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org