This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 5c7d0f1e3eb84793c53ae915c811cf7cb01bffa1
Author: Daniel Imberman <[email protected]>
AuthorDate: Thu Jun 25 14:25:50 2020 -0700

    make k8s tests pass
---
 kubernetes_tests/test_kubernetes_pod_operator.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/kubernetes_tests/test_kubernetes_pod_operator.py 
b/kubernetes_tests/test_kubernetes_pod_operator.py
index ddd6dce..0a129b6 100644
--- a/kubernetes_tests/test_kubernetes_pod_operator.py
+++ b/kubernetes_tests/test_kubernetes_pod_operator.py
@@ -89,10 +89,6 @@ class TestKubernetesPodOperatorSystem(unittest.TestCase):
                     'name': 'base',
                     'ports': [],
                     'volumeMounts': [],
-                    'resources': {'limits': {'cpu': None,
-                                             'memory': None,
-                                             'nvidia.com/gpu': None},
-                                  'requests': {'cpu': None, 'memory': None}},
                 }],
                 'hostNetwork': False,
                 'imagePullSecrets': [],

Reply via email to