Skip to content
Snippets Groups Projects
Commit 4fb01e2d authored by David Schäfer's avatar David Schäfer
Browse files

remove 3.11 testing

parent 9fd70ef2
No related branches found
No related tags found
1 merge request!602Version bumps
Pipeline #143548 passed with stages
in 6 minutes and 24 seconds
This commit is part of merge request !602. Comments created here will be created in the context of that merge request.
......@@ -109,19 +109,6 @@ python310:
reports:
junit: report.xml
python311:
stage: test
image: python:3.11
script:
- pytest tests dios/test -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
script:
......
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