Skip to content

Commit

Permalink
fix django5 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vb64 committed Dec 14, 2023
1 parent 23fa365 commit b034ead
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
python manage.py collectstatic --noinput --settings example.settings
python manage.py makemigrations --settings example.settings example
python manage.py migrate --settings example.settings
pytest -c pytest4.ini --cov=django_admin_geomap --cov-report xml --cov-report term:skip-covered --durations=5 tests
pytest -c pytest5.ini --cov=django_admin_geomap --cov-report xml --cov-report term:skip-covered --durations=5 tests
3 changes: 3 additions & 0 deletions pytest5.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[pytest]
filterwarnings =
ignore::django.utils.deprecation.RemovedInDjango51Warning

0 comments on commit b034ead

Please sign in to comment.