mirror of
https://github.com/Hopiu/django.git
synced 2026-05-10 16:44:43 +00:00
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
1 changed files with 0 additions and 2 deletions
|
|
@ -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 a new issue