From 072c22fc193dfcf5cedb400833b9d98e77fc5825 Mon Sep 17 00:00:00 2001 From: Padraic Fanning Date: Fri, 21 May 2021 18:00:54 -0400 Subject: [PATCH] Unskip tests on Windows --- Lib/test/test_sysconfig.py | 1 - 1 file changed, 1 deletion(-) 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):