Skip to content

Commit

Permalink
Change UTF-8 example to something simpler to parse
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Aug 9, 2023
1 parent 19c7186 commit 8aefb2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setuptools/tests/test_editable_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@ def test_debugging_tips(tmpdir_cwd, monkeypatch):
@pytest.mark.filterwarnings("error")
def test_encode_pth():
"""Ensure _encode_pth function does not produce encoding warnings"""
content = _encode_pth("hellò ŵørld") # no warnings (would be turned into errors)
content = _encode_pth("tkmilan_ç_utf8") # no warnings (would be turned into errors)
assert isinstance(content, bytes)


Expand Down

0 comments on commit 8aefb2a

Please sign in to comment.