Skip to content

Commit

Permalink
Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Oct 25, 2018
1 parent 8399651 commit bf34467
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/ZODB/tests/testThreadedShutdown.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
import sys
import threading
import time
import unittest

import transaction

import ZODB


Expand Down Expand Up @@ -48,7 +45,6 @@ def check_shutdown(self):
# that calls conn.transaction_manager.unregisterSynch(self),
# but from a different thread, so transaction_manager._synchs
# have different contents.
# So this is expected to fail with a keyerror:
self._db.close()

def tearDown(self):
Expand Down

0 comments on commit bf34467

Please sign in to comment.