unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#53519: python-seaborn build failure
@ 2022-01-25  6:46 Bonface M. K.
  2022-01-25  7:23 ` Arun Isaac
  0 siblings, 1 reply; 3+ messages in thread
From: Bonface M. K. @ 2022-01-25  6:46 UTC (permalink / raw)
  To: 53519; +Cc: Arun Isaac, Frederick M. Muriithi


[-- Attachment #1.1: Type: text/plain, Size: 2959 bytes --]


In:

--8<---------------cut here---------------start------------->8---
  guix c30fa17
    repository URL: https://git.savannah.gnu.org/git/guix.git
    branch: master
    commit: c30fa177f3717094e72c01ebba330b638a5e6e65
--8<---------------cut here---------------end--------------->8---

... the build of python-seaborn fails with the
following test-cases failing:

--8<---------------cut here---------------start------------->8---
seaborn/tests/test_relational.py::TestScatterPlotter::test_scatterplot_vs_relplot[long_semantics2]
seaborn/tests/test_relational.py::TestScatterPlotter::test_scatterplot_vs_relplot[long_semantics2]
  /tmp/guix-build-python-seaborn-0.11.2.drv-0/seaborn-0.11.2/seaborn/relational.py:608: MatplotlibDeprecationWarning: Support for passing numbers through unit converters is deprecated since 3.5 and support will be removed two minor releases later; use Axis.convert_units instead.
    scout = ax.scatter(scout_x, scout_y, **kws)

-- Docs: https://docs.pytest.org/en/stable/warnings.html
=========================== short test summary info ============================FAILED seaborn/tests/test_categorical.py::TestBoxPlotter::test_axes_data - As...FAILED seaborn/tests/test_categorical.py::TestBoxPlotter::test_draw_missing_boxes
FAILED seaborn/tests/test_categorical.py::TestBoxPlotter::test_missing_data
FAILED seaborn/tests/test_categorical.py::TestCatPlot::test_plot_elements - A...FAILED seaborn/tests/test_distributions.py::TestKDEPlotUnivariate::test_legend
FAILED seaborn/tests/test_distributions.py::TestKDEPlotBivariate::test_fill_artists
FAILED seaborn/tests/test_distributions.py::TestKDEPlotBivariate::test_common_norm
FAILED seaborn/tests/test_distributions.py::TestKDEPlotBivariate::test_log_scaleFAILED seaborn/tests/test_distributions.py::TestKDEPlotBivariate::test_bandwidthFAILED seaborn/tests/test_distributions.py::TestKDEPlotBivariate::test_weights
FAILED seaborn/tests/test_distributions.py::TestKDEPlotBivariate::test_hue_ignores_cmap
FAILED seaborn/tests/test_distributions.py::TestKDEPlotBivariate::test_contour_line_colors
FAILED seaborn/tests/test_distributions.py::TestKDEPlotBivariate::test_levels_and_thresh
FAILED seaborn/tests/test_distributions.py::TestDisPlot::test_with_rug[kwargs0]
FAILED seaborn/tests/test_distributions.py::TestDisPlot::test_with_rug[kwargs1]
FAILED seaborn/tests/test_distributions.py::TestDisPlot::test_with_rug[kwargs2]
FAILED seaborn/tests/test_distributions.py::TestDisPlot::test_bivariate_kde_norm==== 17 failed, 1003 passed, 28 skipped, 195 warnings in 289.80s (0:04:49) =====error: in phase 'check': uncaught exception:
%exception #<&invoke-error program: "pytest" arguments: ("seaborn") exit-status: 1 term-signal: #f stop-signal: #f> 
phase `check' failed after 293.5 seconds
command "pytest" "seaborn" failed with status 1
--8<---------------cut here---------------end--------------->8---

Find attached the full build failure

[-- Attachment #1.2: python-seaborn bzipped build failure --]
[-- Type: application/x-bzip2, Size: 12415 bytes --]

[-- Attachment #1.3: Type: text/plain, Size: 221 bytes --]


-- 
Bonface M. K.
D4F09EB110177E03C28E2FE1F5BBAE1E0392253F (hkp://keys.gnupg.net)
Free Software Activist
Humble GNU Emacs User | Bearer of scheme-y parens
Curator: <https://upbookclub.com> | Twitter: @BonfaceKilz

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 865 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#53519: python-seaborn build failure
  2022-01-25  6:46 bug#53519: python-seaborn build failure Bonface M. K.
@ 2022-01-25  7:23 ` Arun Isaac
  2022-10-12 12:31   ` Arun Isaac
  0 siblings, 1 reply; 3+ messages in thread
From: Arun Isaac @ 2022-01-25  7:23 UTC (permalink / raw)
  To: Bonface M. K.; +Cc: 53519, Frederick M. Muriithi

[-- Attachment #1: Type: text/plain, Size: 229 bytes --]


Hi Bonface,

It looks like this problem is due to matplotlib 3.5.x and is known
upstream. See
https://github.com/mwaskom/seaborn/issues/2663 . We might have to wait
for an upstream release or cherry pick commits.

Regards,
Arun

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 524 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#53519: python-seaborn build failure
  2022-01-25  7:23 ` Arun Isaac
@ 2022-10-12 12:31   ` Arun Isaac
  0 siblings, 0 replies; 3+ messages in thread
From: Arun Isaac @ 2022-10-12 12:31 UTC (permalink / raw)
  To: Bonface M. K.; +Cc: 53519-done, Frederick M. Muriithi


Closing since python-seaborn now builds successfully on the latest
master.

I have also sent a new patch updating python-seaborn to
0.12.0. https://issues.guix.gnu.org/58466




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-10-12 12:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-25  6:46 bug#53519: python-seaborn build failure Bonface M. K.
2022-01-25  7:23 ` Arun Isaac
2022-10-12 12:31   ` Arun Isaac

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).