Skip to content

Commit

Permalink
test_arg_parser.py: Switched from python38 to python310
Browse files Browse the repository at this point in the history
  • Loading branch information
artanokhov committed Sep 11, 2024
1 parent 404e2d7 commit c2072f2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions utils/tests/test_arg_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
{
'device': ['cpu', 'gpu'],
'dockerfile_name': 'openvino_cg_dev_2022.1.0.dockerfile',
'python': 'python38',
'python': 'python310',
'tags': ['ubuntu18_dev:2022.1.0', 'ubuntu18_dev:latest'],
'image_json_path': pathlib.Path('image_data.json').absolute(),
'install_type': 'copy',
Expand All @@ -63,7 +63,7 @@
{
'device': ['cpu', 'gpu'],
'dockerfile_name': 'openvino_cg_dev_2024.5.0.0.dockerfile',
'python': 'python38',
'python': 'python310',
'tags': ['ubuntu22_dev:2024.5.0.0', 'ubuntu22_dev:latest'],
'distribution': 'dev',
'install_type': 'copy',
Expand All @@ -83,7 +83,7 @@
{
'device': ['cpu', 'gpu'],
'dockerfile_name': 'openvino_cg_dev_2024.5.0.0.dockerfile',
'python': 'python38',
'python': 'python310',
'tags': ['ubuntu22_dev:2024.5.0.0', 'ubuntu22_dev:latest', 'ubuntu22_dev:2024.5.0.0_qqq'],
'distribution': 'dev',
'install_type': 'copy',
Expand All @@ -102,7 +102,7 @@
# {
# 'device': ['cpu'],
# 'dockerfile_name': 'openvino_c_dev_2022.1.0.dockerfile',
# 'python': 'python38',
# 'python': 'python310',
# 'tags': ['winserver2019_dev:2022.1.0.320', 'winserver2019_dev:latest'],
# 'distribution': 'dev',
# 'product_version': '2022.1.0',
Expand All @@ -120,7 +120,7 @@
# {
# 'device': ['cpu'],
# 'dockerfile_name': 'openvino_c_base_2022.1.0.dockerfile',
# 'python': 'python38',
# 'python': 'python310',
# 'tags': ['ubuntu18_base_cpu:2022.1.0', 'ubuntu18_base_cpu:latest'],
# 'distribution': 'base',
# 'product_version': '2022.1.0',
Expand All @@ -136,7 +136,7 @@
},
{
'device': ['cpu', 'gpu'],
'python': 'python38',
'python': 'python310',
'dockerfile_name': 'openvino_cg_dev_2022.1.0.dockerfile',
'tags': ['ubuntu18_dev:2022.1.0', 'ubuntu18_dev:latest'],
'distribution': 'dev',
Expand All @@ -153,7 +153,7 @@
},
{
'device': ['cpu', 'gpu'],
'python': 'python38',
'python': 'python310',
'dockerfile_name': 'openvino_cg_dev_2022.1.0.dockerfile',
'tags': ['ubuntu18_dev:2022.1.0', 'ubuntu18_dev:latest'],
'distribution': 'dev',
Expand All @@ -171,7 +171,7 @@
},
{
'device': ['cpu', 'gpu'],
'python': 'python38',
'python': 'python310',
'dockerfile_name': 'openvino_cg_dev_2024.5.0.0.dev20240905.dockerfile',
'tags': ['ubuntu22_dev:2024.5.0.0.dev20240905', 'ubuntu22_dev:latest'],
'distribution': 'dev',
Expand All @@ -192,7 +192,7 @@
},
{
'device': ['cpu', 'gpu'],
'python': 'python38',
'python': 'python310',
'dockerfile_name': 'openvino_ch_dev_2024.5.0.dockerfile',
'tags': ['my_tag:latest'],
'distribution': 'dev',
Expand Down Expand Up @@ -251,7 +251,7 @@
},
{
'device': ['cpu', 'gpu'],
'python': 'python38',
'python': 'python310',
'tags': ['ubuntu22_dev:2024.5.0.0', 'ubuntu22_dev:latest'],
'dockerfile_name': 'openvino_cg_dev_2024.5.0.0.dockerfile',
'distribution': 'dev',
Expand Down

0 comments on commit c2072f2

Please sign in to comment.