raise to python3.12
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
pytest:
|
pytest:
|
||||||
image: python:3.11-alpine
|
image: python:3.12-alpine
|
||||||
only:
|
only:
|
||||||
- main
|
- main
|
||||||
script:
|
script:
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
python3.11 -m pytest \
|
python3.12 -m pytest \
|
||||||
--no-header \
|
--no-header \
|
||||||
-rfp \
|
-rfp \
|
||||||
--cov \
|
--cov \
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
apk add --update libmagic
|
apk add --update libmagic
|
||||||
pip3.11 install -r requirements.txt
|
pip3.12 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.11 tests/get_coverage_percent.py
|
python3.12 tests/get_coverage_percent.py
|
||||||
|
|||||||
Reference in New Issue
Block a user