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

MAINT: Unit tests for Python 3.13

parent 85c2dff9
No related branches found
No related tags found
2 merge requests!198REL: Release 0.10.0,!186Python 3.13
Pipeline #56304 passed
...@@ -155,23 +155,10 @@ unittest_py3.12: ...@@ -155,23 +155,10 @@ unittest_py3.12:
script: *python_test_script script: *python_test_script
unittest_py3.13: unittest_py3.13:
allow_failure: true
tags: [cached-dind] tags: [cached-dind]
stage: test stage: test
image: python:3.13-rc image: python:3.13
script: script: *python_test_script
# TODO: Replace by '*python_test_script' as soon as 3.13 has been officially released.
# TODO Remove the "!" after 3.13 release, which serves as an xfail
- apt update && apt install -y cargo
# install dependencies
- pip install pytest pytest-cov
# TODO: Use f-branch logic here
- pip install git+https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git@dev
- (! pip install git+https://gitlab.indiscale.com/caosdb/src/caosdb-advanced-user-tools.git@dev)
- (! pip install .[h5-crawler,spss])
# actual test
- (! caosdb-crawler --help)
- (! pytest --cov=caosdb -vv ./unittests)
inttest: inttest:
tags: [docker] tags: [docker]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment