mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Unskip tests on Windows
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user