Skip to content

Python 3.11 support #330

@radzhome

Description

@radzhome

I had to patch nose for django 2.2 on python 3.11 -

# patch for nose (django-nose) for py3.11
import collections
collections.Callable = collections.abc.Callable
# End of patch

collections.Callable has a new location.

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