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