Skip to content
Snippets Groups Projects
Unverified Commit 7b3cf3a2 authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub
Browse files

gh-92886: Fix test that fails when running with `-O` in `test_imaplib.py` (GH-93237)


(cherry picked from commit 8150b8cf)

Co-authored-by: default avatarjackh-ncl <1750152+jackh-ncl@users.noreply.github.com>
parent b382bf50
No related branches found
No related tags found
No related merge requests found
......@@ -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'']}
......
Fixing tests that fail when running with optimizations (``-O``) in ``test_imaplib.py``.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment