mirror of https://github.com/django/django.git
Removed extraneous super call in LiveServerTestCase
Refs #21281. Thanks Tim Graham and Thomas Chaumeny for investigations.
This commit is contained in:
parent
15cd71ed24
commit
3bac904607
|
@ -1255,8 +1255,6 @@ class LiveServerTestCase(TransactionTestCase):
|
|||
cls._tearDownClassInternal()
|
||||
raise cls.server_thread.error
|
||||
|
||||
super(LiveServerTestCase, cls).setUpClass()
|
||||
|
||||
@classmethod
|
||||
def _tearDownClassInternal(cls):
|
||||
# There may not be a 'server_thread' attribute if setUpClass() for some
|
||||
|
|
Loading…
Reference in New Issue