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/05/03 22:27:29 UTC

[GitHub] [airflow] jedcunningham opened a new pull request #15643: Fix breeze k8s tests on mac

jedcunningham opened a new pull request #15643:
URL: https://github.com/apache/airflow/pull/15643


   I'm not sure if there is a better fix, but I needed these to be able to run the k8s tests via breeze on my mac.
   
   Without these changes, I get:
   ```
   scripts/ci/kubernetes/ci_run_kubernetes_tests.sh: line 107: @: unbound variable
   ```
   
   Once past that, I get:
   ```
   ___ ERROR collecting kubernetes_tests/test_kubernetes_pod_operator.py ___
   ...                                                                                                                                                                                                                                         
   E   ModuleNotFoundError: No module named 'psycopg2'
   ```
   
   And another error that also goes away with the postgres extra:
   ```
   ___ ERROR collecting kubernetes_tests/test_kubernetes_pod_operator_backcompat.py ___
   ...
   ValueError: Unable to configure formatter 'airflow_coloured'
   ```


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



[GitHub] [airflow] potiuk merged pull request #15643: Fix breeze k8s tests on mac

Posted by GitBox <gi...@apache.org>.
potiuk merged pull request #15643:
URL: https://github.com/apache/airflow/pull/15643


   


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