Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAINT add support for Python 3.12 and fix tests that started breaking #305

Merged
merged 2 commits into from
Jul 31, 2024

Conversation

romanlutz
Copy link
Contributor

Description

Added support for Python 3.12. In the process a few tests started failing. It turns out called_once doesn't seem to work the way we had been using it. Also, we were deliberately adding mocks to not use them and then asserting that they were called which makes little sense. I'm fixing this issue with this PR.

Tests and Documentation

@romanlutz romanlutz merged commit ebe7336 into Azure:main Jul 31, 2024
5 checks passed
@romanlutz romanlutz deleted the romanlutz/py3_12 branch July 31, 2024 23:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants