diff --git a/tests/functional/test_install.py b/tests/functional/test_install.py index 35939b957e9a4b1fb3718b08ffebabb353cb1995..842a6c0641aa3aaeb5f284db8c8d51a3615c5736 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.