Skip to content
Snippets Groups Projects

MAINT: Unit tests for Python 3.13

Merged Daniel Hornung requested to merge f-python-3.13 into dev
1 file
+ 2
9
Compare changes
  • Side-by-side
  • Inline
+ 2
9
@@ -165,15 +165,8 @@ unittest_py312:
unittest_py313:
tags: [docker]
stage: unittest
image: python:3.13-rc
script:
# TODO: Replace by '*python_test_script' as soon as 3.13 has been officially released.
- apt update && apt install -y cargo || true
- pip install meson[ninja] meson-python || true
- pip install pynose pandas pytest pytest-cov gitignore-parser openpyxl>=3.0.7 xlrd==1.2 h5py || true
- pip install git+https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git@dev || true
- pip install . || true
- pytest --cov=caosadvancedtools unittests || true
image: python:3.13
script: *python_test_script
# Build the sphinx documentation and make it ready for deployment by Gitlab Pages
# Special job for serving a static website. See https://docs.gitlab.com/ee/ci/yaml/README.html#pages
Loading