Skip to content
Snippets Groups Projects
Verified Commit 157280ce authored by Daniel Hornung's avatar Daniel Hornung
Browse files

WIP: Python 3.13

parent 9e73d96b
No related branches found
No related tags found
2 merge requests!159Release 0.16.o,!152Python 3.13
Pipeline #56297 passed with warnings
......@@ -113,15 +113,8 @@ unittest_py3.13:
tags: [ docker ]
stage: test
needs: [ ]
image: python:3.13-rc
script:
# TODO: Replace by '*python_test_script' as soon as 3.13 has been officially released.
# Python docker has problems with tox and pip so use plain pytest here
- apt update && apt install -y cargo
- touch ~/.pylinkahead.ini
- pip install pynose pytest pytest-cov jsonschema>=4.4.0 setuptools
- pip install .
- python -m pytest unittests
image: python:3.13
script: *python_test_script
# Trigger building of server image and integration tests
trigger_build:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment