From 28fbdfd55177e52501ef556d40d91d824f63d5e1 Mon Sep 17 00:00:00 2001 From: Chris Jerdonek Date: Fri, 28 Jun 2019 00:54:56 -0700 Subject: [PATCH] Unskip test_install_package_that_emits_unicode() on Windows. --- tests/functional/test_install.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/functional/test_install.py b/tests/functional/test_install.py index 35939b957..842a6c064 100644 --- a/tests/functional/test_install.py +++ b/tests/functional/test_install.py @@ -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. -- GitLab