Merge "[Python ONAP SDK] Disable Python 3.10 and 3.11 tests"
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Mon, 6 Mar 2023 18:30:34 +0000 (18:30 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 6 Mar 2023 18:30:34 +0000 (18:30 +0000)
jjb/integration/integration-python-onapsdk.yaml

index e780058..0c7e6b4 100644 (file)
           tox-dir: '.'
           tox-envs: 'py39'
           pattern: '**/*.py'
-      - 'python3.10':
-          tox-dir: '.'
-          tox-envs: 'py310'
-          pattern: '**/*.py'
-      - 'python3.11':
-          tox-dir: '.'
-          tox-envs: 'py311'
-          pattern: '**/*.py'
+      # Disable due to https://jira.linuxfoundation.org/plugins/servlet/desk/portal/2/IT-25247
+      # - 'python3.10':
+      #     tox-dir: '.'
+      #     tox-envs: 'py310'
+      #     pattern: '**/*.py'
+      # - 'python3.11':
+      #     tox-dir: '.'
+      #     tox-envs: 'py311'
+      #     pattern: '**/*.py'
       - 'pylint':
           tox-dir: '.'
           tox-envs: 'pylint'