Skip to content

Commit

Permalink
1.7.1dev: merge [17827] from 1.6-stable (refs #13763)
Browse files Browse the repository at this point in the history
git-svn-id: http://trac.edgewall.org/intertrac/log:/trunk@17828 af82e41b-90c4-0310-8c96-b1721e28e2e2
  • Loading branch information
jomae committed Jun 25, 2024
2 parents 98b7e08 + 7f65d62 commit 17e6d06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions trac/ticket/tests/notification.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
import io
import quopri
import re
import sys
import unittest
from datetime import datetime, timedelta

Expand Down Expand Up @@ -715,6 +716,8 @@ def test_admit_domains(self):
'joe.user@example.net', 'joe.bar@example.net'},
cclist)

@unittest.skipIf(sys.version_info[:3] == (3, 12, 4),
'python/cpython#120930')
def test_multiline_header(self):
"""Encoded headers split into multiple lines"""
self.env.config.set('notification', 'mime_encoding', 'qp')
Expand Down

0 comments on commit 17e6d06

Please sign in to comment.