mirror of https://github.com/python/cpython
Removed unneeded test.
This commit is contained in:
parent
096d0bf8b1
commit
514e77e0ae
|
@ -206,7 +206,6 @@ class SysModuleTest(unittest.TestCase):
|
|||
def test_getwindowsversion(self):
|
||||
if hasattr(sys, "getwindowsversion"):
|
||||
v = sys.getwindowsversion()
|
||||
self.assertTrue(isinstance(v[:], tuple))
|
||||
self.assertEqual(len(v), 5)
|
||||
self.assertIsInstance(v[0], int)
|
||||
self.assertIsInstance(v[1], int)
|
||||
|
|
Loading…
Reference in New Issue