diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8812abacc0ef157c418e8f658a4fa7261bb04743..62c41db72e668cd555a1bcac9151c6b522fe5791 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -155,23 +155,10 @@ unittest_py3.12: script: *python_test_script unittest_py3.13: - allow_failure: true tags: [cached-dind] stage: test - image: python:3.13-rc - 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) + image: python:3.13 + script: *python_test_script inttest: tags: [docker]