oncall-engine/engine/apps/base/tests
Joey Orlando 7c4b40a046
upgrade to Python 3.12 (#3456)
# What this PR does

Upgrade to Python 3.12 + fix several invalid test assertions that lead
to test failures in the latest version of `pytest`:
```
AttributeError: 'called_once_with' is not a valid assertion. Use a spec for the mock if 'called_once_with' is meant to be an attribute.. Did you mean: 'assert_called_once_with'?
```

## Checklist

- [ ] Unit, integration, and e2e (if applicable) tests updated
- [x] Documentation added (or `pr:no public docs` PR label added if not
required)
- [x] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not
required)
2023-11-30 13:47:41 +00:00
..
__init__.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
factories.py Insight logs (#348) 2022-08-24 12:04:44 +05:00
messaging_backend.py Fix warnings when running backend tests (#2079) 2023-06-06 18:38:00 +00:00
test_live_settings.py upgrade to Python 3.12 (#3456) 2023-11-30 13:47:41 +00:00
test_messaging.py Remove unused messaging backends feature flag 2022-06-10 11:09:05 -03:00
test_user_notification_policy.py Remove auto-recreating logic for UserNotificationPolicy (#414) 2022-08-26 13:46:50 +05:00
test_user_notification_policy_log_record.py Restore email notifications (#621) 2022-10-19 12:32:56 +01:00