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:
fail-fast: false
matrix:
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:
run:
# somehow this also works for windows O.o ??
......
......@@ -110,16 +110,16 @@ python310:
reports:
junit: report.xml
# python311:
# stage: test
# image: python:3.11
# script:
# - 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
# artifacts:
# when: always
# reports:
# junit: report.xml
python311:
stage: test
image: python:3.11
script:
- 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
artifacts:
when: always
reports:
junit: report.xml
doctest:
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