raise to python3.11

This commit is contained in:
2023-12-12 21:21:58 +01:00
parent 0f6601ecd9
commit 5d7ca9172b
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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