Skip to content

Commit 3e4bf3c

Browse files
authored
Update test_uuid.py
1 parent 98234f3 commit 3e4bf3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/test/test_uuid.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1242,12 +1242,12 @@ def test_cli_uuid8(self):
12421242
self.do_test_standalone_uuid(8)
12431243

12441244

1245-
class TestUUIDWithoutExtModule(TestUUIDCommandLineRunTimeMixin, BaseTestUUID, unittest.TestCase):
1245+
class TestUUIDWithoutExtModule(CommandLineRunTime, BaseTestUUID, unittest.TestCase):
12461246
uuid = py_uuid
12471247

12481248

12491249
@unittest.skipUnless(c_uuid, 'requires the C _uuid module')
1250-
class TestUUIDWithExtModule(TestUUIDCommandLineRunTimeMixin, BaseTestUUID, unittest.TestCase):
1250+
class TestUUIDWithExtModule(CommandLineRunTime, BaseTestUUID, unittest.TestCase):
12511251
uuid = c_uuid
12521252

12531253
def check_has_stable_libuuid_extractable_node(self):

0 commit comments

Comments
 (0)