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 2019/10/25 08:28:50 UTC

[GitHub] [airflow] ashb commented on issue #6395: [AIRFLOW-5724] Remove side effects from local settings tests

ashb commented on issue #6395: [AIRFLOW-5724] Remove side effects from local settings tests
URL: https://github.com/apache/airflow/pull/6395#issuecomment-546257252
 
 
   I'd probably say leave those functions as they are (as the names are sort of important.) and extend
   
   ```    def __exit__(self, *exc_info):
           sys.path.remove(self.settings_root)
   ```
   
   to also "unimport" the airflow.settings module.

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


With regards,
Apache Git Services