Merge pull request #6657 from cjerdonek/issue-782-unicode-test-windows

Fix #782: Unskip test_install_package_that_emits_unicode() on Windows
This commit is contained in:
Chris Jerdonek 2019-06-28 01:57:56 -07:00 committed by GitHub
commit 32dcaa60fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.