Skip to content

Commit a49f6b9

Browse files
authored
Merge pull request #5055 from AnkitAhlawat7742/fix/international-email-placeholder
Replace inappropriate international email test data with neutral example Closes #5050
2 parents 9cc2f5c + 4965b81 commit a49f6b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setuptools/tests/config/test_apply_pyprojecttoml.py

Lines changed: 3 additions & 3 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 = "Степан Бандера", email = "криївка@оун-упа.укр"},
163+
{name = "अंकित अहलावत", email = "[email protected]"},
164164
]
165165
"""
166166

@@ -261,10 +261,10 @@ def test_no_explicit_content_type_for_missing_extension(tmp_path):
261261
),
262262
pytest.param(
263263
PEP621_INTERNATIONAL_EMAIL_EXAMPLE,
264-
'Степан Бандера <криївка@оун-упа.укр>',
264+
'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)