14
0
forked from pool/python-parted

Accepting request 990552 from devel:languages:python

- Rebase more-features-exposed.patch to catch another test failure.

OBS-URL: https://build.opensuse.org/request/show/990552
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parted?expand=0&rev=6
This commit is contained in:
2022-07-22 17:20:39 +00:00
committed by Git OBS Bridge
2 changed files with 18 additions and 0 deletions

View File

@@ -16,3 +16,16 @@ Index: pyparted-3.12.0/tests/test__ped_disktype.py
self.assertEqual(str(self.disktype['mac']), '_ped.DiskType instance --\n name: mac features: 6')
self.assertEqual(str(self.disktype['bsd']), '_ped.DiskType instance --\n name: bsd features: 0')
self.assertEqual(str(self.disktype['pc98']), '_ped.DiskType instance --\n name: pc98 features: 2')
Index: pyparted-3.12.0/tests/test_parted_partition.py
===================================================================
--- pyparted-3.12.0.orig/tests/test_parted_partition.py
+++ pyparted-3.12.0/tests/test_parted_partition.py
@@ -217,7 +217,7 @@ class PartitionGetFlagsAsStringTestCase(
as comma separated list.
'''
def runTest(self):
- self.assertEqual(self.part.getFlagsAsString(), 'boot, raid, type')
+ self.assertEqual(self.part.getFlagsAsString(), 'boot, raid')
@unittest.skip("Unimplemented test case.")
class PartitionGetMaxGeometryTestCase(unittest.TestCase):

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jul 21 13:12:51 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
- Rebase more-features-exposed.patch to catch another test failure.
-------------------------------------------------------------------
Mon May 30 09:50:41 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>