Bug#922081: pyparted: Please enable build-time tests in pyparted

2019-02-27 Thread Steve Langasek
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

Bug#922081: pyparted: Please enable build-time tests in pyparted

2019-02-27 Thread Herbert Fortes
Hi, > 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

Bug#922081: pyparted: Please enable build-time tests in pyparted

2019-02-26 Thread Herbert Fortes
On 2/26/19 7:55 AM, Herbert Fortes wrote: > On 2/26/19 6:07 AM, Steve Langasek wrote: >> On Mon, Feb 25, 2019 at 01:43:03PM -0300, Herbert Fortes wrote: >>> On Wed, 20 Feb 2019 17:37:35 -0300 Herbert Fortes wrote: >> >> It looks like this build has passed now: >>

Bug#922081: pyparted: Please enable build-time tests in pyparted

2019-02-26 Thread Herbert Fortes
On 2/26/19 6:07 AM, Steve Langasek wrote: > On Mon, Feb 25, 2019 at 01:43:03PM -0300, Herbert Fortes wrote: >> On Wed, 20 Feb 2019 17:37:35 -0300 Herbert Fortes wrote: > >>> On 2/20/19 1:55 PM, Steve Langasek wrote: Package: pyparted Version: 3.11.2-6 Followup-For: Bug #922081

Bug#922081: pyparted: Please enable build-time tests in pyparted

2019-02-26 Thread Steve Langasek
On Mon, Feb 25, 2019 at 01:43:03PM -0300, Herbert Fortes wrote: > On Wed, 20 Feb 2019 17:37:35 -0300 Herbert Fortes wrote: > > On 2/20/19 1:55 PM, Steve Langasek wrote: > > > Package: pyparted > > > Version: 3.11.2-6 > > > Followup-For: Bug #922081 > > > User: ubuntu-de...@lists.ubuntu.com > > >

Bug#922081: pyparted: Please enable build-time tests in pyparted

2019-02-25 Thread Herbert Fortes
Hi, On Wed, 20 Feb 2019 17:37:35 -0300 Herbert Fortes wrote: > On 2/20/19 1:55 PM, Steve Langasek wrote: > > Package: pyparted > > Version: 3.11.2-6 > > Followup-For: Bug #922081 > > User: ubuntu-de...@lists.ubuntu.com > > Usertags: origin-ubuntu disco ubuntu-patch > > > > I think the

Bug#922081: pyparted: Please enable build-time tests in pyparted

2019-02-20 Thread Herbert Fortes
On 2/20/19 1:55 PM, Steve Langasek wrote: > Package: pyparted > Version: 3.11.2-6 > Followup-For: Bug #922081 > User: ubuntu-de...@lists.ubuntu.com > Usertags: origin-ubuntu disco ubuntu-patch > > I think the remaining issue is entirely a bug in the debian/rules > override_dh_auto_test rule.

Bug#922081: pyparted: Please enable build-time tests in pyparted

2019-02-20 Thread Steve Langasek
Package: pyparted Version: 3.11.2-6 Followup-For: Bug #922081 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu disco ubuntu-patch I think the remaining issue is entirely a bug in the debian/rules override_dh_auto_test rule. When I dropped this override entirely in Ubuntu, the package

Bug#922081: pyparted: Please enable build-time tests in pyparted

2019-02-12 Thread Herbert Fortes
On 2/11/19 6:45 PM, Steve Langasek wrote: > Package: pyparted > Version: 3.11.2-2 > Severity: normal > Tags: patch > User: ubuntu-de...@lists.ubuntu.com > Usertags: origin-ubuntu disco ubuntu-patch > > Dear Herbert, > > In Ubuntu, we have applied the attached patch to pyparted in order to enable

Bug#922081: pyparted: Please enable build-time tests in pyparted

2019-02-11 Thread Steve Langasek
Package: pyparted Version: 3.11.2-2 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu disco ubuntu-patch Dear Herbert, In Ubuntu, we have applied the attached patch to pyparted in order to enable build-time tests of the package. It appears you have