-
-
Notifications
You must be signed in to change notification settings - Fork 239
Open
Description
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.
MarvinKweyu, Mordano, dylan-shipwell, samuel-andres and koksalkapucuogluTITANHACKY and ku113p
Metadata
Metadata
Assignees
Labels
No labels