removed unused CustomTestRunner

This commit is contained in:
smilerz
2024-03-21 08:56:21 -05:00
parent ceb68af503
commit 149cf93618

View File

@@ -1,8 +0,0 @@
from django.test.runner import DiscoverRunner
from django_scopes import scopes_disabled
class CustomTestRunner(DiscoverRunner):
def run_tests(self, *args, **kwargs):
with scopes_disabled():
return super().run_tests(*args, **kwargs)