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

MAINT: `allow_failure` does not make sense if it is *always* on.

parent d0721db0
No related branches found
No related tags found
1 merge request!100WIP: Filling XLSX: Seems to be working.
Pipeline #50268 passed
...@@ -168,11 +168,11 @@ unittest_py313: ...@@ -168,11 +168,11 @@ unittest_py313:
image: python:3.13-rc image: python:3.13-rc
script: script:
# TODO: Replace by '*python_test_script' as soon as 3.13 has been officially released. # TODO: Replace by '*python_test_script' as soon as 3.13 has been officially released.
- apt update && apt install -y cargo - apt update && apt install -y cargo || true
- pip install meson[ninja] meson-python - pip install meson[ninja] meson-python || true
- pip install pynose pandas pytest pytest-cov gitignore-parser openpyxl>=3.0.7 xlrd==1.2 h5py - 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 - pip install git+https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git@dev || true
- pip install . - pip install . || true
- pytest --cov=caosadvancedtools unittests || true - pytest --cov=caosadvancedtools unittests || true
# Build the sphinx documentation and make it ready for deployment by Gitlab Pages # Build the sphinx documentation and make it ready for deployment by Gitlab Pages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment