alchemy-mock
alchemy-mock copied to clipboard
added collections.abc import
This is to fix this issue https://github.com/miki725/alchemy-mock/issues/35
Coverage remained the same at 100.0% when pulling 180434fa8a4946892f6d099110c4d35d09d897fa on shreeju:Fix-deprecated-warnings-Importing-ABC-directly-from-collections into f8af8881b214e154131efe68bd2fd4083c84e066 on miki725:master.
I just saw this deprecation notice now, I hope this gets merged
Deprecation was changed to python 3.9 which came out last week. This PR is simple but still more than 3 months old. Given no changes were made to this project in the last year, anyone else think this project is no longer supported?
Any word on this? I really like alchemy-mock and would love to keep using it.
Bumping almost 2 years later, my team is exclusively on 3.10 now and we can't use alchemy-mock like this
another bump
On Python 3.11 now, bypassing the issue by updating the local package, but would be great to get this merged.
I've switched to mock-alchemy
as mentioned in !40