Unskip test_install_package_that_emits_unicode() on Windows.

This commit is contained in:
Chris Jerdonek 2019-06-28 00:54:56 -07:00
parent 13d3de227d
commit 28fbdfd551
1 changed files with 0 additions and 2 deletions

View File

@ -924,8 +924,6 @@ def test_install_package_conflict_prefix_and_user(script, data):
)
# skip on win/py3 for now, see issue #782
@pytest.mark.skipif("sys.platform == 'win32' and sys.version_info >= (3,)")
def test_install_package_that_emits_unicode(script, data):
"""
Install a package with a setup.py that emits UTF-8 output and then fails.