diff options
Diffstat (limited to 'Lib/test/test_sys.py')
-rw-r--r-- | Lib/test/test_sys.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/test/test_sys.py b/Lib/test/test_sys.py index 6e8aa254d7..8c3a1dbc74 100644 --- a/Lib/test/test_sys.py +++ b/Lib/test/test_sys.py @@ -502,9 +502,6 @@ class SysModuleTest(unittest.TestCase): @unittest.skipIf(sys.platform == 'win32', 'Windows has a native unicode API') def test_undecodable_code(self): - # Raise SkipTest() if sys.executable is not encodable to ascii - test.support.workaroundIssue8611() - undecodable = b"\xff" env = os.environ.copy() # Use C locale to get ascii for the locale encoding |