alchemy-mock icon indicating copy to clipboard operation
alchemy-mock copied to clipboard

added collections.abc import

Open jbalchan opened this issue 4 years ago • 8 comments

This is to fix this issue https://github.com/miki725/alchemy-mock/issues/35

jbalchan avatar Jul 09 '20 14:07 jbalchan

Coverage Status

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.

coveralls avatar Jul 13 '20 11:07 coveralls

I just saw this deprecation notice now, I hope this gets merged

johncrisostomo avatar Aug 19 '20 01:08 johncrisostomo

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?

blaisegarant avatar Oct 16 '20 00:10 blaisegarant

Any word on this? I really like alchemy-mock and would love to keep using it.

perbu avatar Oct 20 '20 12:10 perbu

Bumping almost 2 years later, my team is exclusively on 3.10 now and we can't use alchemy-mock like this

GvandeSteeg avatar Jun 20 '22 16:06 GvandeSteeg

another bump

jtruty avatar Oct 18 '22 21:10 jtruty

On Python 3.11 now, bypassing the issue by updating the local package, but would be great to get this merged.

jeswils-ap avatar Mar 22 '23 08:03 jeswils-ap

I've switched to mock-alchemy as mentioned in !40

GvandeSteeg avatar Mar 22 '23 10:03 GvandeSteeg