Python 3.10 Support

This commit is contained in:
Ariel Rin
2021-11-27 03:35:40 +00:00
parent 363e18e15d
commit 60b12bad61
8 changed files with 25 additions and 30 deletions

View File

@@ -419,7 +419,7 @@ class TestUserAdmin(TestCaseWithTestData):
# actions
@patch(MODULE_PATH + '.UserAdmin.message_user', auto_spec=True)
@patch(MODULE_PATH + '.UserAdmin.message_user', auto_spec=True, unsafe=True)
@patch(MODULE_PATH + '.update_character')
def test_action_update_main_character_model(
self, mock_task, mock_message_user