'allauth tests return errors

For changing things like translations in forms i included allauth app directly in my project but now when i want to run tests it returns lots of errors i think it runs every test while i am not using social logins it tests it and fails

my project on Github : github.com/MrHamedi/VSC/tree/dev

Shall i delete allauth test to resolve this problem ? or what should i do so allauth tests only test allauth.account tests



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source