Commit 2e46cd7f authored by Jason R. Coombs's avatar Jason R. Coombs

WTF

parent e7fdbbf8
......@@ -152,6 +152,7 @@ class TestSdistTest:
@pytest.mark.xfail(is_ascii, reason="Test fails in this locale")
def test_manifest_is_written_with_utf8_encoding(self):
# Test for #303.
assert not is_ascii
dist = Distribution(SETUP_ATTRS)
dist.script_name = 'setup.py'
mm = manifest_maker(dist)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment