On Wed, Feb 27, 2019 at 08:55:13AM -0300, Herbert Fortes wrote:
> > The last try is here:

> > mips,  mips64el and  mipsel are important
> > for release and they fail.

> The test I skip for these archs has this first
> assert:

> self.assertGreater(len(parted.getLabels()), 0)

> The __init__.py file inside parted has:

> def getLabels(arch=None):
>     [...]
>     for label, regex in __archLabels:
>         if re.match(regex, arch):
>             labels.add(label)
> 
>     return labels

> __archLabels is a tuple without mips*. I think this is
> why test fails.

> https://sources.debian.org/src/pyparted/3.11.2-9/src/parted/__init__.py/#L362

> Can you give me your opinion on that?

I have no opinion on the internals of pyparted.  There should certainly be
some partition table types recognized as valid on mips, but I'm also not a
mips porter so can't say which.

-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                   https://www.debian.org/
slanga...@ubuntu.com                                     vor...@debian.org

Attachment: signature.asc
Description: PGP signature

Reply via email to