OmerJog commented on issue #4221: [AIRFLOW-3381] Allow use of secretKeyRef or configMapKeyRef in env_vars URL: https://github.com/apache/airflow/pull/4221#issuecomment-462116523 @abrenaut You still have errors in the code: ``` Traceback (most recent call last): .tox/py27-backend_postgres-env_docker/lib/python2.7/site-packages/nose/loader.py line 418 in loadTestsFromName addr.filename, addr.module) .tox/py27-backend_postgres-env_docker/lib/python2.7/site-packages/nose/importer.py line 47 in importFromPath return self.importFromDir(dir_path, fqname) .tox/py27-backend_postgres-env_docker/lib/python2.7/site-packages/nose/importer.py line 94 in importFromDir mod = load_module(part_fqname, fh, filename, desc) tests/contrib/executors/test_kubernetes_executor.py line 33 in <module> from airflow.contrib.executors.kubernetes_executor import AirflowKubernetesScheduler airflow/contrib/executors/kubernetes_executor.py line 28 in <module> from airflow.contrib.kubernetes.pod_launcher import PodLauncher airflow/contrib/kubernetes/pod_launcher.py line 24 in <module> from airflow.contrib.kubernetes.kubernetes_request_factory import \ airflow/contrib/kubernetes/kubernetes_request_factory/pod_request_factory.py line 20 in <module> from airflow.contrib.kubernetes.kubernetes_request_factory.kubernetes_request_factory \ SyntaxError: invalid syntax (kubernetes_request_factory.py, line 140) ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
