Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removed one line too many
  • Loading branch information
Erlend E. Aasland committed Jan 9, 2021
commit aecdd28b5937b188c4aa0df1d7e6e552ab626b7d
1 change: 1 addition & 0 deletions Lib/sqlite3/test/dbapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ def test_shared_cache_deprecated(self):
# See issue 24464: sqlite3_enable_shared_cache is deprecated on macOS
for enable in (True, False):
with self.assertWarns(DeprecationWarning) as cm:
sqlite.enable_shared_cache(enable)
self.assertIn("dbapi.py", cm.filename)


Expand Down