Skip to content

Commit 5b7263c

Browse files
Replace inappropriate international email test data with neutral example
1 parent 9cc2f5c commit 5b7263c

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 = "Степан Бандера", email = "криївка@оун-упа.укр"},
163+
{name = "Ankit Ahlawat", email = "[email protected]"},
164164
]
165165
"""
166166

@@ -261,7 +261,7 @@ 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 "
267267
'RFC 5322, as of Nov 10, 2022 and latest Python 3.11.0',

0 commit comments

Comments
 (0)