oncall-engine/engine/apps/phone_notifications/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 Phone provider refactoring (#1713) 2023-05-24 06:27:48 +00:00
factories.py Phone provider refactoring (#1713) 2023-05-24 06:27:48 +00:00
mock_phone_provider.py Phone provider refactoring (#1713) 2023-05-24 06:27:48 +00:00
test_phone_backend_call.py upgrade to Python 3.12 (#3456) 2023-11-30 13:47:41 +00:00
test_phone_backend_oss_relay.py Fix phone call & SMS relay (#2345) 2023-06-26 16:09:21 +00:00
test_phone_backend_phone_verification.py Phone provider refactoring (#1713) 2023-05-24 06:27:48 +00:00
test_phone_backend_sms.py upgrade to Python 3.12 (#3456) 2023-11-30 13:47:41 +00:00