nose icon indicating copy to clipboard operation
nose copied to clipboard

collections.Callable has become collections.abc.Callable in python 3.10 +

Open akshaydse opened this issue 1 year ago • 1 comments

collections.Callable that has been used in _set_tests has become collections.abc.Callable is simple change can run it higher versions of python As one instance you can find it in _set_tests if isinstance(tests, collections.Callable) and not is_suite:

akshaydse avatar Sep 08 '23 06:09 akshaydse