Skip to content
Snippets Groups Projects
Commit 2fab9b2f authored by Mikhail Karnevskiy's avatar Mikhail Karnevskiy
Browse files

Fix dependencies of the python-wheel tests

parent 8e5b1f21
No related branches found
No related tags found
No related merge requests found
......@@ -160,35 +160,35 @@ test_wheels-python36_dev:
PYTEST_KEY: ""
test_wheels-python37_dev:
extends: .client-packages-manylinux
extends: .test_python_wheels_template
variables:
PYTHON_PATH: /opt/python/cp37-cp37m
CLIENT_VERSION: 100.0.dev2
PYTEST_KEY: ""
test_wheels-python38_dev:
extends: .client-packages-manylinux
extends: .test_python_wheels_template
variables:
PYTHON_PATH: /opt/python/cp38-cp38
CLIENT_VERSION: 100.0.dev2
PYTEST_KEY: ""
test_wheels-python39_dev:
extends: .client-packages-manylinux
extends: .test_python_wheels_template
variables:
PYTHON_PATH: /opt/python/cp39-cp39
CLIENT_VERSION: 100.0.dev2
PYTEST_KEY: ""
test_wheels-python310_dev:
extends: .client-packages-manylinux
extends: .test_python_wheels_template
variables:
PYTHON_PATH: /opt/python/cp310-cp310
CLIENT_VERSION: 100.0.dev2
PYTEST_KEY: ""
test_wheels-python311_dev:
extends: .client-packages-manylinux
extends: .test_python_wheels_template
variables:
PYTHON_PATH: /opt/python/cp311-cp311
CLIENT_VERSION: 100.0.dev2
......@@ -202,35 +202,35 @@ test_wheels-python36_22.03.00:
PYTEST_KEY: -m compatible
test_wheels-python37_22.03.00:
extends: .client-packages-manylinux
extends: .test_python_wheels_template
variables:
PYTHON_PATH: /opt/python/cp37-cp37m
CLIENT_VERSION: 22.03.00
PYTEST_KEY: -m compatible
test_wheels-python38_22.03.00:
extends: .client-packages-manylinux
extends: .test_python_wheels_template
variables:
PYTHON_PATH: /opt/python/cp38-cp38
CLIENT_VERSION: 22.03.00
PYTEST_KEY: -m compatible
test_wheels-python39_22.03.00:
extends: .client-packages-manylinux
extends: .test_python_wheels_template
variables:
PYTHON_PATH: /opt/python/cp39-cp39
CLIENT_VERSION: 22.03.00
PYTEST_KEY: -m compatible
test_wheels-python310_22.03.00:
extends: .client-packages-manylinux
extends: .test_python_wheels_template
variables:
PYTHON_PATH: /opt/python/cp310-cp310
CLIENT_VERSION: 22.03.00
PYTEST_KEY: -m compatible
test_wheels-python311_22.03.00:
extends: .client-packages-manylinux
extends: .test_python_wheels_template
variables:
PYTHON_PATH: /opt/python/cp311-cp311
CLIENT_VERSION: 22.03.00
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment