raise to python3.12
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
python3.11 -m pytest \
|
||||
python3.12 -m pytest \
|
||||
--no-header \
|
||||
-rfp \
|
||||
--cov \
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user