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

Merge branch 'python3.12' into 'master'

added tests for python 3.12

See merge request !446
parents 93f91c88 8b2f0712
No related branches found
No related tags found
1 merge request!446added tests for python 3.12
Pipeline #88343 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