Skip to content
Snippets Groups Projects
Commit 8b2f0712 authored by Carlos Vega's avatar Carlos Vega Committed by Carlos Vega
Browse files

added tests for python 3.12

parent 7b7533cf
No related branches found
No related tags found
1 merge request!446added tests for python 3.12
Pipeline #88341 passed
......@@ -79,6 +79,15 @@ test_python_3.11:
- coverage run --source web manage.py test -v3
- coverage report -m --omit="*/test*,*/migrations*,*debug_utils*"
test_python_3.12:
<<: *test_definition
image: python:3.12
script:
- cp "local_settings_ci_sqlite.py" "smash/smash/local_settings.py"
- cd smash
- coverage run --source web manage.py test -v3
- coverage report -m --omit="*/test*,*/migrations*,*debug_utils*"
test_create_dummy_script:
<<: *test_definition
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment