Skip to content
Snippets Groups Projects
Commit 25184403 authored by Bert Palm's avatar Bert Palm 🎇
Browse files

Merge branch 'test_pipeline_9999-patch-6131' into 'develop'

readded deleted tests from MR !203 and !675

See merge request !709
parents 1249d3b1 b1a4dc1e
No related branches found
No related tags found
1 merge request!709readded deleted tests from MR !203 and !675
Pipeline #177287 passed with stages
in 7 minutes and 10 seconds
...@@ -29,7 +29,7 @@ jobs: ...@@ -29,7 +29,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
os: ["windows-latest", "ubuntu-latest", "macos-latest"] os: ["windows-latest", "ubuntu-latest", "macos-latest"]
python-version: ["3.8", "3.9", "3.10"] python-version: ["3.8", "3.9", "3.10", "3.11"]
defaults: defaults:
run: run:
# somehow this also works for windows O.o ?? # somehow this also works for windows O.o ??
......
...@@ -110,16 +110,16 @@ python310: ...@@ -110,16 +110,16 @@ python310:
reports: reports:
junit: report.xml junit: report.xml
# python311: python311:
# stage: test stage: test
# image: python:3.11 image: python:3.11
# script: script:
# - pytest tests -Werror --junitxml=report.xml - pytest tests -Werror --junitxml=report.xml
# - python -m saqc --config docs/resources/data/config.csv --data docs/resources/data/data.csv --outfile /tmp/test.csv - python -m saqc --config docs/resources/data/config.csv --data docs/resources/data/data.csv --outfile /tmp/test.csv
# artifacts: artifacts:
# when: always when: always
# reports: reports:
# junit: report.xml junit: report.xml
doctest: doctest:
stage: test stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment