• Bug#1044073: python-altair: FTBFS with pandas 2.0

    From Andreas Tille@21:1/5 to All on Fri Feb 2 21:50:01 2024
    Hi,

    I tried to upgrade python-altair in Git to the latest upstream version
    which should work with Pandas 2.0. Unfortunately it has a new dependency[1] which is not packaged yet. I had no luck to skip the according test which fails in build time test[2].

    Kind regards
    Andreas.

    [1] https://pypi.org/project/anywidget/
    [2] https://salsa.debian.org/python-team/packages/python-altair/-/jobs/5240584

    --
    http://fam-tille.de

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Sandro Tosi@21:1/5 to All on Fri Feb 2 22:10:02 2024
    which is not packaged yet. I had no luck to skip the according test which fails in build time test[2].

    what did you try that failed to skip that test? this seems a
    straightforward case where --ignore and/or -k "not <test>" should be
    enough.

    please be more explicit when you ask for error and report what
    attempts you made tht didnt work, so others will try other ways
    without repeating previous unsuccessful ones

    --
    Sandro "morph" Tosi
    My website: http://sandrotosi.me/
    Me at Debian: http://wiki.debian.org/SandroTosi
    Twitter: https://twitter.com/sandrotosi

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Andreas Tille@21:1/5 to All on Sat Feb 3 09:10:02 2024
    Short notice while traveling. I tried @pytest.skip which failed since it
    seems even

    from altair.jupyter.jupyter_chart import (
    IntervalSelection,
    IndexSelection,
    PointSelection,
    )

    is a problem. WHen uncommenting this even more errors arrise.

    Sorry for my brevity
    Andreas.

    Am Fri, Feb 02, 2024 at 04:05:43PM -0500 schrieb Sandro Tosi:
    which is not packaged yet. I had no luck to skip the according test which fails in build time test[2].

    what did you try that failed to skip that test? this seems a
    straightforward case where --ignore and/or -k "not <test>" should be
    enough.

    please be more explicit when you ask for error and report what
    attempts you made tht didnt work, so others will try other ways
    without repeating previous unsuccessful ones

    --
    Sandro "morph" Tosi
    My website: http://sandrotosi.me/
    Me at Debian: http://wiki.debian.org/SandroTosi
    Twitter: https://twitter.com/sandrotosi


    --
    http://fam-tille.de

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)