diff --git a/Lib/test/test_sysconfig.py b/Lib/test/test_sysconfig.py index 82b529824..440555a84 100644 --- a/Lib/test/test_sysconfig.py +++ b/Lib/test/test_sysconfig.py @@ -16,7 +16,6 @@ from sysconfig import (get_paths, get_platform, get_config_vars, get_scheme_names, get_config_var, _main) import _osx_support -@unittest.skipIf(sys.platform == "win32", "TODO: RUSTPYTHON, AttributeError: module 'os' has no attribute 'uname_result'") class TestSysConfig(unittest.TestCase): def setUp(self):