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
It stems from an error raised in tests/helpers.py since unittest.mock.AsyncMock was introduced in Python 3.8. Unfortunately, we will need that if we wish to do unit-tests on our bot.
If not, then GitHub actions can stop running tests on Python 3.7 and
setup.cfg
can be updated to require Python 3.8.The text was updated successfully, but these errors were encountered: