all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Cayetano Santos <cayetano.santos@l2it.in2p3.fr>
To: 53211@debbugs.gnu.org
Subject: bug#53211: Python-matplotlib under aarch64 broken
Date: Wed, 12 Jan 2022 16:43:14 +0100	[thread overview]
Message-ID: <m15yqpt0ra.fsf@l2it.in2p3.fr> (raw)


Hello,

  When I do a

    guix build python-matplotlib

  under aarch64 I get the error below during the testing phase.

  Note that

    guix describe -f channels

  gives

    (list (channel
        (name 'guix)
        (url "https://git.savannah.gnu.org/git/guix.git")
        (branch "master")
        (commit
          "c7ef7a0f84bd19ef32e4cc5439ee4f332921eeb9")
        (introduction
          (make-channel-introduction
            "9edb3f66fd807b096b48283debdcddccfea34bad"
            (openpgp-fingerprint
              "BBB0 2DDF 2CEA F6A8 0D1D  E643 A2A0 6DF2 A33A 
              54FA")))))

Thanks,

C.


=================================== FAILURES 
===================================
_________________________ test_warn_big_data_best_loc 
__________________________

    def test_warn_big_data_best_loc():
        fig, ax = plt.subplots()
        fig.canvas.draw()  # So that we can call draw_artist 
        later.
        for idx in range(1000):
            ax.plot(np.arange(5000), label=idx)
        with rc_context({'legend.loc': 'best'}):
            legend = ax.legend()
        with pytest.warns(UserWarning) as records:
>           fig.draw_artist(legend)  # Don't bother drawing the 
>           lines -- it's slow.
E           Failed: DID NOT WARN. No warnings of type (<class 
'UserWarning'>,) was emitted. The list of emitted warnings is: [].

/gnu/store/fqlbc7ny3kf5hqwpq46wxnvf5223prxi-python-matplotlib-3.4.3/lib/python3.9/site-packages/matplotlib/tests/test_legend.py:677: 
Failed
=========================== short test summary info 
============================
FAILED test_legend.py::test_warn_big_data_best_loc - Failed: DID 
NOT WARN. No...
==== 1 failed, 4905 passed, 2293 skipped, 1 deselected, 9 xfailed 
in 53.61s ====
error: in phase 'check': uncaught exception:
%exception #<&invoke-error program: "python" arguments: 
 ("tests.py" "-v" "-m" "not network and not webagg") exit-status: 
 1 term-signal: #f stop-signal: #f>
phase `check' failed after 54.4 seconds
command "python" "tests.py" "-v" "-m" "not network and not webagg" 
failed with status 1
builder for 
`/gnu/store/6mf4z42cdg64kpzzhx9a1sjps3vhirrb-python-matplotlib-3.4.3.drv' 
failed with exit code 1




             reply	other threads:[~2022-01-13  7:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-12 15:43 Cayetano Santos [this message]
2023-12-12 16:38 ` bug#53211: Fixed Cayetano Santos via Bug reports for GNU Guix

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m15yqpt0ra.fsf@l2it.in2p3.fr \
    --to=cayetano.santos@l2it.in2p3.fr \
    --cc=53211@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.