Skip to content

Commit 4965b81

Browse files
Review comment has been implemented
1 parent 5b7263c commit 4965b81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setuptools/tests/config/test_apply_pyprojecttoml.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def test_apply_pyproject_equivalent_to_setupcfg(url, monkeypatch, tmp_path):
160160
{name = "Tzu-Ping Chung"}
161161
]
162162
maintainers = [
163-
{name = "Ankit Ahlawat", email = "[email protected]"},
163+
{name = "अंकित अहलावत", email = "[email protected]"},
164164
]
165165
"""
166166

@@ -264,7 +264,7 @@ def test_no_explicit_content_type_for_missing_extension(tmp_path):
264264
'Ankit Ahlawat <अंकित@उदाहरण.भारत>',
265265
marks=pytest.mark.xfail(
266266
reason="CPython's `email.headerregistry.Address` only supports "
267-
'RFC 5322, as of Nov 10, 2022 and latest Python 3.11.0',
267+
'RFC 5322, as of Oct 20, 2025 and latest Python 3.13.0',
268268
strict=True,
269269
),
270270
id='international-email',

0 commit comments

Comments
 (0)