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

Make tools.py work on python 3.10 #1174

Closed
wants to merge 1 commit into from
Closed

Conversation

mscherer
Copy link

@mscherer mscherer commented Jul 5, 2021

collections.MutableSet is deprecated since Python 3.3, and display this warning:

<stdin>:1: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.10 it will stop working

Now 3.10 is out, the code is breaking when running test on Fedora Rawhide.

collections.MutableSet is deprecated since Python 3.3, and display this warning:
```
<stdin>:1: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.10 it will stop working
```

Now 3.10 is out, the code is breaking when running test on Fedora Rawhide.
@Germar
Copy link
Member

Germar commented Mar 14, 2022

This was fixed in a slightly different way. Thanks anyway!

@Germar Germar closed this Mar 14, 2022
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.

2 participants