mirror of
https://github.com/python/cpython.git
synced 2026-02-13 19:04:37 +00:00
gh-92886: Fix test that fails when running with -O in test_imaplib.py (GH-93237)
(cherry picked from commit 8150b8cf7f)
Co-authored-by: jackh-ncl <1750152+jackh-ncl@users.noreply.github.com>
This commit is contained in:
parent
b382bf50c5
commit
7b3cf3a288
2 changed files with 2 additions and 0 deletions
|
|
@ -936,6 +936,7 @@ def test_with_statement_logout(self):
|
|||
|
||||
@threading_helper.reap_threads
|
||||
@cpython_only
|
||||
@unittest.skipUnless(__debug__, "Won't work if __debug__ is False")
|
||||
def test_dump_ur(self):
|
||||
# See: http://bugs.python.org/issue26543
|
||||
untagged_resp_dict = {'READ-WRITE': [b'']}
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
Fixing tests that fail when running with optimizations (``-O``) in ``test_imaplib.py``.
|
||||
Loading…
Add table
Add a link
Reference in a new issue