Skip to content
Snippets Groups Projects

CI: run pytest and install test against Python 3.10

Merged Caleb Connolly requested to merge caleb/test-python3.10 into master
All threads resolved!
1 file
+ 10
0
Compare changes
  • Side-by-side
  • Inline
+ 10
0
@@ -46,6 +46,11 @@ pytest:
- "log_testsuite.txt"
- "log.txt"
# Ensure that tests pass on Python 3.10
pytest-python3.10:
extends: pytest
image: alpine:3.17
ruff:
stage: lint
script:
@@ -125,6 +130,11 @@ install amd64:
# ARM64 on AMD64
- .ci/integration_tests/build_images postmarketos-trailblazer console
# Test that building images works on Python 3.10
install amd64 python3.10:
extends: install amd64
image: alpine:3.17
install aarch64:
extends: .integration
tags: [arm64]
Loading