Skip to content

Commit

Permalink
Removed extraneous super call in LiveServerTestCase
Browse files Browse the repository at this point in the history
Refs #21281. Thanks Tim Graham and Thomas Chaumeny for investigations.
  • Loading branch information
claudep committed Jan 3, 2015
1 parent 15cd71e commit 3bac904
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions django/test/testcases.py
Original file line number Diff line number Diff line change
Expand Up @@ -1255,8 +1255,6 @@ def setUpClass(cls):
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
Expand Down

0 comments on commit 3bac904

Please sign in to comment.