diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2023-03-06 18:30:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-03-06 18:30:34 +0000 |
commit | ca7fcfa62450b3d042a0978e556191523cbb03aa (patch) | |
tree | 608bf1f2bd5b404a670925eb09e2c0ec17811808 /jjb | |
parent | 3d18e27210e5b914e5fe3b1d4fbde79bd6bc09e5 (diff) | |
parent | ad8d1fedeb6a0d8b41c60716760c8259ff3f6947 (diff) |
Merge "[Python ONAP SDK] Disable Python 3.10 and 3.11 tests"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/integration/integration-python-onapsdk.yaml | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/jjb/integration/integration-python-onapsdk.yaml b/jjb/integration/integration-python-onapsdk.yaml index e780058d5..0c7e6b4ee 100644 --- a/jjb/integration/integration-python-onapsdk.yaml +++ b/jjb/integration/integration-python-onapsdk.yaml @@ -22,14 +22,15 @@ 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' |