We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98234f3 commit 3e4bf3cCopy full SHA for 3e4bf3c
Lib/test/test_uuid.py
@@ -1242,12 +1242,12 @@ def test_cli_uuid8(self):
1242
self.do_test_standalone_uuid(8)
1243
1244
1245
-class TestUUIDWithoutExtModule(TestUUIDCommandLineRunTimeMixin, BaseTestUUID, unittest.TestCase):
+class TestUUIDWithoutExtModule(CommandLineRunTime, BaseTestUUID, unittest.TestCase):
1246
uuid = py_uuid
1247
1248
1249
@unittest.skipUnless(c_uuid, 'requires the C _uuid module')
1250
-class TestUUIDWithExtModule(TestUUIDCommandLineRunTimeMixin, BaseTestUUID, unittest.TestCase):
+class TestUUIDWithExtModule(CommandLineRunTime, BaseTestUUID, unittest.TestCase):
1251
uuid = c_uuid
1252
1253
def check_has_stable_libuuid_extractable_node(self):
0 commit comments