cryptominisat icon indicating copy to clipboard operation
cryptominisat copied to clipboard

unittest.makeSuite is removed in Python3.13

Open jelly opened this issue 1 year ago • 2 comments

See: https://github.com/cython/cython/issues/5134 and https://docs.python.org/3.13/whatsnew/3.13.html#unittest

jelly avatar May 15 '24 19:05 jelly

Ah great :D What do you think I should substitute it with?

msoos avatar May 17 '24 01:05 msoos

The easiest seems to be https://github.com/stefankoegl/python-json-patch/pull/159/files

jelly avatar May 17 '24 09:05 jelly