======================================================================
FAIL: test_identity (tests.oauth_tests.TestOauthLoginManger)
Test identity.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/runner/work/pywikibot/pywikibot/tests/oauth_tests.py", line 118, in test_identity
self.assertIsInstance(login_manager.identity, dict)
AssertionError: None is not an instance of <class 'dict'>It works with Python 3.7 and 3.8