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:
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: