[Python ONAP SDK] Disable Python 3.10 and 3.11 tests 50/133550/1
authorMichal Jagiello <michal.jagiello@t-mobile.pl>
Mon, 6 Mar 2023 13:11:40 +0000 (13:11 +0000)
committerMichal Jagiello <michal.jagiello@t-mobile.pl>
Mon, 6 Mar 2023 13:11:40 +0000 (13:11 +0000)
Both fails on Jenkins due to missing interpreter errors

Issue-ID: INT-2193
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: Id319765591ab9cee9a60392ff737d8e8ca7d06fe

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'