# 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) |
||
|---|---|---|
| .. | ||
| daily-e2e-tests.yml | ||
| e2e-tests.yml | ||
| helm_release.yml | ||
| helm_release_pr.yml | ||
| issue_commands.yml | ||
| linting-and-tests.yml | ||
| on-issue-creation.yml | ||
| publish-technical-documentation-next.yml | ||
| publish-technical-documentation-release.yml | ||
| snyk.yml | ||
| triage-stale-pull-requests.yml | ||
| update-make-docs.yml | ||
| verify-changelog-updated.yml | ||
| verify-public-docs-updated.yml | ||