You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nose is unmaintained and could stop working in future versions like Python 3.10 due to importing ABC directly from collections. Ref nose-devs/nose#1099 . It would be good to migrate to pytest and I guess the migration will be simpler by replacing nose with pytest.
The text was updated successfully, but these errors were encountered:
nose is unmaintained and could stop working in future versions like Python 3.10 due to importing ABC directly from collections. Ref nose-devs/nose#1099 . It would be good to migrate to pytest and I guess the migration will be simpler by replacing nose with pytest.
The text was updated successfully, but these errors were encountered: