Skip to content

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

Open
@akshaydse

Description

@akshaydse

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions