You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have django pinned to an older version, and the longer we stay that way, the more problems there will be.
Django is pinned because of issues with kadi, and we need to revisit that to determine what would we need to do to update django.
The following are warnings that show up when running tests for Ska3 Speedy
'warning' matched at test_unit.log:283 :: =============================== warnings summary ===============================
'warning' matched at test_unit.log:285 :: /export/jgonzale/github-workflows/miniconda3/envs/ska3-flight-2024.0rc7/lib/python3.11/site-packages/django/utils/encoding.py:266: DeprecationWarning: 'locale.getdefaultlocale' is deprecated and slated for removal in Python 3.15. Use setlocale(), getencoding() and getlocale() instead.
'warning' matched at test_unit.log:289 :: /export/jgonzale/github-workflows/miniconda3/envs/ska3-flight-2024.0rc7/lib/python3.11/site-packages/django/http/request.py:1: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13
'warning' matched at test_unit.log:292 :: -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
'warning' matched at test_unit.log:294 :: ================= 173 passed, 2 warnings in 113.96s (0:01:53) ==================
'warning' matched at test_namespace.log:283 :: =============================== warnings summary ===============================
'warning' matched at test_namespace.log:285 :: /export/jgonzale/github-workflows/miniconda3/envs/ska3-flight-2024.0rc7/lib/python3.11/site-packages/django/utils/encoding.py:266: DeprecationWarning: 'locale.getdefaultlocale' is deprecated and slated for removal in Python 3.15. Use setlocale(), getencoding() and getlocale() instead.
'warning' matched at test_namespace.log:289 :: /export/jgonzale/github-workflows/miniconda3/envs/ska3-flight-2024.0rc7/lib/python3.11/site-packages/django/http/request.py:1: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13
'warning' matched at test_namespace.log:292 :: -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
The text was updated successfully, but these errors were encountered:
We have django pinned to an older version, and the longer we stay that way, the more problems there will be.
Django is pinned because of issues with kadi, and we need to revisit that to determine what would we need to do to update django.
The following are warnings that show up when running tests for Ska3 Speedy
The text was updated successfully, but these errors were encountered: