[Python-modules-team] Bug#897489: python-whoosh: FTBFS: dh_auto_test: pybuild --test --test-pytest -i python{version} -p 3.6 returned exit code 13

2019-04-07 Thread Ivo De Decker
Hi Chris, On 4/7/19 11:45 AM, Chris Lamb wrote: Hi Ivo, Fixing this bug and reuploading now... :) Thanks for the upload. However, you included the changes from -2. Could you revert the debhelper compat bump? Sure, it was already committed prior to the freeze IIRC. Uploaded as -4,

[Python-modules-team] Bug#897489: python-whoosh: FTBFS: dh_auto_test: pybuild --test --test-pytest -i python{version} -p 3.6 returned exit code 13

2019-04-07 Thread Chris Lamb
Hi Ivo, > > Fixing this bug and reuploading now... :) > > Thanks for the upload. However, you included the changes from -2. Could you > revert the debhelper compat bump? Sure, it was already committed prior to the freeze IIRC. Uploaded as -4, including all the changes since the -1 in buster.

[Python-modules-team] Bug#897489: python-whoosh: FTBFS: dh_auto_test: pybuild --test --test-pytest -i python{version} -p 3.6 returned exit code 13

2019-04-06 Thread Ivo De Decker
Hi Chris, On Fri, Apr 05, 2019 at 09:57:45AM -0400, Chris Lamb wrote: > > > I think you are confusing me with someone else here? :) > > > > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897489#14 > >

Re: [Python-modules-team] Bug#897489: python-whoosh: FTBFS: dh_auto_test: pybuild --test --test-pytest -i python{version} -p 3.6 returned exit code 13

2019-04-05 Thread Scott Kitterman
On Friday, April 05, 2019 08:16:51 AM Chris Lamb wrote: > Hi Ivo, > > > The 2.7.4+git6-g9134ad92-2 upload you mentioned in this bug > > I think you are confusing me with someone else here? :) > > […] > > > Would you consider uploading a new version disabling this test for now, to > > fix the

[Python-modules-team] Bug#897489: python-whoosh: FTBFS: dh_auto_test: pybuild --test --test-pytest -i python{version} -p 3.6 returned exit code 13

2019-04-05 Thread Chris Lamb
[adding 897...@bugs.debian.org to CC] Hi Ivo, > > I think you are confusing me with someone else here? :) > > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897489#14 > https://salsa.debian.org/python-team/modules/python-whoosh/commit/d6b04361fc0a16b836de410acd2e15a1ca225969 > > Am I

[Python-modules-team] Bug#897489: python-whoosh: FTBFS: dh_auto_test: pybuild --test --test-pytest -i python{version} -p 3.6 returned exit code 13

2019-04-05 Thread Chris Lamb
Hi Ivo, > The 2.7.4+git6-g9134ad92-2 upload you mentioned in this bug I think you are confusing me with someone else here? :) […] > Would you consider uploading a new version disabling this test for now, to fix > the FTBFS for buster? Potentially. It's not really "my" package, though; any

[Python-modules-team] Bug#897489: python-whoosh: FTBFS: dh_auto_test: pybuild --test --test-pytest -i python{version} -p 3.6 returned exit code 13

2019-04-05 Thread Ivo De Decker
Hi Chris, The 2.7.4+git6-g9134ad92-2 upload you mentioned in this bug never made it to the archive (and from the git repo, it doesn't look like the changes are suitable for buster). On Wed, Feb 13, 2019 at 06:02:26PM +0100, Chris Lamb wrote: > Chris Lamb wrote: > > > Locally I cannot reproduce.

[Python-modules-team] Bug#897489: python-whoosh: FTBFS: dh_auto_test: pybuild --test --test-pytest -i python{version} -p 3.6 returned exit code 13

2019-02-13 Thread Chris Lamb
Chris Lamb wrote: > Locally I cannot reproduce. Ah, I can now; it's a non-determinism issue in the NFA.minimize routine itself dfa.__dict__ = {'initial': 1, 'transitions': {1: {'a': 3, 'b': 2}, 3: {'a': 1}, 2: {'b': 1}}, 'defaults': {}, 'final_states': {1}, 'outlabels': {}}

[Python-modules-team] Bug#897489: python-whoosh: FTBFS: dh_auto_test: pybuild --test --test-pytest -i python{version} -p 3.6 returned exit code 13

2019-02-13 Thread Chris Lamb
Lucas Nussbaum wrote: > > === FAILURES > > === > > __ test_minimize_dfa > > ___ > > Traceback (most recent call last): > > File > >