Skip to content
Snippets Groups Projects
Commit ca58c4b6 authored by Corné Lukken's avatar Corné Lukken
Browse files

Temporary disable python 3.10 unit tests

parent 9b1e5db1
Branches
Tags
No related merge requests found
Pipeline #44456 passed with warnings
......@@ -99,15 +99,15 @@ run_unit_tests_py39:
- echo "run python3.9 unit tests /w coverage"
- tox -e py39
run_unit_tests_py310:
extends: .run_unit_tests_pyXX
image: python:3.10-bullseye
script:
# Debian Bullseye ships with libboost-python linked to Python 3.9. Use the one from Debian Sid instead.
- echo 'deb http://deb.debian.org/debian sid main' >> /etc/apt/sources.list
- apt-get update -y && DEBIAN_FRONTEND=noninteractive apt-get install -y libboost-python1.74-dev
- echo "run python3.10 unit tests /w coverage"
- tox -e py310
#run_unit_tests_py310:
# extends: .run_unit_tests_pyXX
# image: python:3.10-bullseye
# script:
# # Debian Bullseye ships with libboost-python linked to Python 3.9. Use the one from Debian Sid instead.
# - echo 'deb http://deb.debian.org/debian sid main' >> /etc/apt/sources.list
# - apt-get update -y && DEBIAN_FRONTEND=noninteractive apt-get install -y libboost-python1.74-dev
# - echo "run python3.10 unit tests /w coverage"
# - tox -e py310
run_unit_tests_py311:
extends: .run_unit_tests_pyXX
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment