raise to python3.12

This commit is contained in:
2023-12-15 01:00:31 +01:00
parent 0f22b70e06
commit e5ed2e7319
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
pytest:
image: python:3.11-alpine
image: python:3.12-alpine
only:
- main
script:

View File

@@ -1,4 +1,4 @@
python3.11 -m pytest \
python3.12 -m pytest \
--no-header \
-rfp \
--cov \

View File

@@ -1,9 +1,9 @@
apk add --update libmagic
pip3.11 install -r requirements.txt
pip3.12 install -r requirements.txt
pwd
sh tests/start_tests.sh
cp tests/coverage/coverage.xml ./coverage.xml
cp tests/coverage/report.xml ./report.xml
python3.11 tests/get_coverage_percent.py
python3.12 tests/get_coverage_percent.py