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

Fix tests failing in Python 3.12 #281

Merged
merged 1 commit into from
Aug 18, 2023
Merged

Fix tests failing in Python 3.12 #281

merged 1 commit into from
Aug 18, 2023

Conversation

dosisod
Copy link
Owner

@dosisod dosisod commented Aug 18, 2023

For whatever reason I cannot access __dict__ on my RefurbVisitor class anymore in Python 3.12. I should look into why at some point (for curiosity), but for this will work. There is probably a prettier way of doing this, but because it is a test file that doesn't get changed/viewed often I'm fine with it the way it is for now.

For whatever reason I cannot access `__dict__` on my `RefurbVisitor` class
anymore in Python 3.12. I should look into why at some point (for curiosity),
but for this will work. There is probably a prettier way of doing this, but
because it is a test file that doesn't get changed/viewed often I'm fine with
it the way it is for now.
@dosisod dosisod merged commit fa1445a into master Aug 18, 2023
3 checks passed
@dosisod dosisod deleted the fix-python312 branch August 18, 2023 06:28
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.

1 participant