[Python-modules-team] Bug#948828: marked as done (python-whoosh ftbfs in unstable)

Danny Griffin dannygriffin000 at gmail.com
Tue Jan 14 13:49:35 GMT 2020


On Mon, Jan 13, 2020, 3:42 PM Debian Bug Tracking System <
owner at bugs.debian.org> wrote:

> Your message dated Mon, 13 Jan 2020 15:39:25 -0500
> with message-id <CAB4XWXyEgfDxax-qi31jkB+u1BN6xbpqgaPJpkQs0=
> FFovZm1Q at mail.gmail.com>
> and subject line Re: [Python-modules-team] Bug#948828: python-whoosh ftbfs
> in unstable
> has caused the Debian Bug report #948828,
> regarding python-whoosh ftbfs in unstable
> to be marked as done.
>
> This means that you claim that the problem has been dealt with.
> If this is not the case it is now your responsibility to reopen the
> Bug report if necessary, and/or fix the problem forthwith.
>
> (NB: If you are a system administrator and have no idea what this
> message is talking about, this may indicate a serious mail system
> misconfiguration somewhere. Please contact owner at bugs.debian.org
> immediately.)
>
>
> --
> 948828: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=948828
> Debian Bug Tracking System
> Contact owner at bugs.debian.org with problems
>
>
>
> ---------- Forwarded message ----------
> From: Matthias Klose <doko at debian.org>
> To: Debian Bug Tracking System <submit at bugs.debian.org>
> Cc:
> Bcc:
> Date: Mon, 13 Jan 2020 21:03:46 +0100
> Subject: python-whoosh ftbfs in unstable
> Package: src:python-whoosh
> Version: 2.7.4+git6-g9134ad92-4
> Severity: serious
> Tags: sid bullseye
>
> python-whoosh ftbfs in unstable:
>
> [...]
> The HTML pages are in docs/build/html.
> make[1]: Leaving directory
> '/<<BUILDDIR>>/python-whoosh-2.7.4+git6-g9134ad92'
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:217: cd
>
> /<<BUILDDIR>>/python-whoosh-2.7.4+git6-g9134ad92/.pybuild/cpython2_2.7_whoosh/build;
> python2.7 -m pytest tests
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main
>     "__main__", fname, loader, pkg_name)
>   File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
>     exec code in run_globals
>   File "/usr/lib/python2.7/dist-packages/pytest.py", line 102, in <module>
>     raise SystemExit(pytest.main())
>   File "/usr/lib/python2.7/dist-packages/_pytest/config/__init__.py", line
> 63,
> in main
>     config = _prepareconfig(args, plugins)
>   File "/usr/lib/python2.7/dist-packages/_pytest/config/__init__.py", line
> 207,
> in _prepareconfig
>     pluginmanager=pluginmanager, args=args
>   File "/usr/lib/python2.7/dist-packages/pluggy/hooks.py", line 286, in
> __call__
>     return self._hookexec(self, self.get_hookimpls(), kwargs)
>   File "/usr/lib/python2.7/dist-packages/pluggy/manager.py", line 92, in
> _hookexec
>     return self._inner_hookexec(hook, methods, kwargs)
>   File "/usr/lib/python2.7/dist-packages/pluggy/manager.py", line 86, in
> <lambda>
>     firstresult=hook.spec.opts.get("firstresult") if hook.spec else False,
>   File "/usr/lib/python2.7/dist-packages/pluggy/callers.py", line 203, in
> _multicall
>     gen.send(outcome)
>   File "/usr/lib/python2.7/dist-packages/_pytest/helpconfig.py", line 94,
> in
> pytest_cmdline_parse
>     config = outcome.get_result()
>   File "/usr/lib/python2.7/dist-packages/pluggy/callers.py", line 81, in
> get_result
>     _reraise(*ex)  # noqa
>   File "/usr/lib/python2.7/dist-packages/pluggy/callers.py", line 187, in
> _multicall
>     res = hook_impl.function(*args)
>   File "/usr/lib/python2.7/dist-packages/_pytest/config/__init__.py", line
> 687,
> in pytest_cmdline_parse
>     self.parse(args)
>   File "/usr/lib/python2.7/dist-packages/_pytest/config/__init__.py", line
> 895,
> in parse
>     self._preparse(args, addopts=addopts)
>   File "/usr/lib/python2.7/dist-packages/_pytest/config/__init__.py", line
> 829,
> in _preparse
>     self._initini(args)
>   File "/usr/lib/python2.7/dist-packages/_pytest/config/__init__.py", line
> 760,
> in _initini
>     config=self,
>   File "/usr/lib/python2.7/dist-packages/_pytest/config/findpaths.py",
> line 127,
> in determine_setup
>     rootdir, inifile, inicfg = getcfg([ancestor], config=config)
>   File "/usr/lib/python2.7/dist-packages/_pytest/config/findpaths.py",
> line 51,
> in getcfg
>     pytrace=False,
>   File "/usr/lib/python2.7/dist-packages/_pytest/outcomes.py", line 119,
> in fail
>     raise Failed(msg=msg, pytrace=pytrace)
> builtins.Failed: [pytest] section in setup.cfg files is no longer
> supported,
> change to [tool:pytest] instead.
> E: pybuild pybuild:342: test: plugin distutils failed with: exit code=1: cd
>
> /<<BUILDDIR>>/python-whoosh-2.7.4+git6-g9134ad92/.pybuild/cpython2_2.7_whoosh/build;
> python2.7 -m pytest tests
> dh_auto_test: pybuild --test --test-pytest -i python{version} -p 2.7
> returned
> exit code 13
> make: *** [debian/rules:5: build] Error 255
>
>
>
> ---------- Forwarded message ----------
> From: Sandro Tosi <morph at debian.org>
> To: Matthias Klose <doko at debian.org>, 948828-done at bugs.debian.org
> Cc:
> Bcc:
> Date: Mon, 13 Jan 2020 15:39:25 -0500
> Subject: Re: [Python-modules-team] Bug#948828: python-whoosh ftbfs in
> unstable
> Version: 2.7.4+git6-g9134ad92-5
>
> On Mon, Jan 13, 2020 at 3:06 PM Matthias Klose <doko at debian.org> wrote:
> >
> > Package: src:python-whoosh
> > Version: 2.7.4+git6-g9134ad92-4
> > Severity: serious
> > Tags: sid bullseye
> >
> > python-whoosh ftbfs in unstable:
>
> fixed already
>
> --
> Sandro "morph" Tosi
> My website: http://sandrotosi.me/
> Me at Debian: http://wiki.debian.org/SandroTosi
> Twitter: https://twitter.com/sandrotosi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/python-modules-team/attachments/20200114/1c5c785f/attachment-0001.html>


More information about the Python-modules-team mailing list