Commit e2021f2e authored by Berker Peksag's avatar Berker Peksag

Issue #12813: uuid.uuid4() no longer depends on ctypes

uuid.uuid4() always uses os.urandom() after 756d040aa8e8.
parent d02eb8a7
......@@ -354,7 +354,6 @@ class TestUUID(unittest.TestCase):
equal(u, uuid.UUID(v))
equal(str(u), v)
@unittest.skipUnless(importable('ctypes'), 'requires ctypes')
def test_uuid4(self):
equal = self.assertEqual
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment