* bug#58586: Astropy 5.0.1 tests failed after staging->master marge
@ 2022-10-17 19:53 Sharlatan Hellseher
2022-10-19 20:31 ` bug#58586: Sharlatan Hellseher
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Sharlatan Hellseher @ 2022-10-17 19:53 UTC (permalink / raw)
To: 58586
Hi Guix team,
It looks like Astropy stoped building with failed tests after commit
c567a82a6975e70c8207a4aeed55a72b5121213c.:
-----
E DeprecationWarning: FLIP_TOP_BOTTOM is deprecated and will be
removed in Pillow 10 (2023-07-01). Use Transpose.FLIP_TOP_BOTTOM
instead.
/gnu/store/q3hdznwiyz7ywhmfnddv9b3g3v1plhqw-python-pillow-9.2.0/lib/python3.9/site-packages/PIL/_deprecate.py:62:
DeprecationWarning
=========================== short test summary info ============================
FAILED astropy/visualization/wcsaxes/tests/test_misc.py::test_no_numpy_warnings[lines]
FAILED astropy/visualization/wcsaxes/tests/test_misc.py::test_no_numpy_warnings[contours]
FAILED astropy/visualization/wcsaxes/tests/test_misc.py::test_plt_imshow_origin
FAILED astropy/visualization/wcsaxes/tests/test_misc.py::test_ax_imshow_origin
FAILED astropy/visualization/wcsaxes/tests/test_wcsapi.py::test_edge_axes - D...
= 5 failed, 18427 passed, 1065 skipped, 126 deselected, 67 xfailed in
262.41s (0:04:22) =
error: in phase 'check': uncaught exception:
%exception #<&invoke-error program: "python" arguments: ("-m" "pytest"
"--pyargs" "astropy" "-m" "not remote_data") exit-status: 1
term-signal: #f stop-signal: #f>
phase `check' failed after 269.2 seconds
-----
The test failing isues comes from Pillow update
https://github.com/astropy/astropy/issues/13044 and fixed in the
latest release of Astropy.
I've tried to urade it to the latest 5.1 but it requires:
https://github.com/astropy/astropy/blob/v5.1/setup.cfg#L57
pytest>=7.0
So I've stoped here for now. I'll give it a go to have all the chain
to be upgraded and see how deep it will go. This blocking me to sent
patches for SunPy which were built just fine :).
Regards,
Oleg
--
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#58586:
2022-10-17 19:53 bug#58586: Astropy 5.0.1 tests failed after staging->master marge Sharlatan Hellseher
@ 2022-10-19 20:31 ` Sharlatan Hellseher
2022-11-07 23:09 ` bug#58586: Sharlatan Hellseher
2022-12-06 12:51 ` bug#58586: Sharlatan Hellseher
2 siblings, 0 replies; 5+ messages in thread
From: Sharlatan Hellseher @ 2022-10-19 20:31 UTC (permalink / raw)
To: 58586
Hi,
I've sent patches in separate thread which fix this this issue:
https://issues.guix.gnu.org/58645
Regards,
Oleg
--
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#58586:
2022-10-17 19:53 bug#58586: Astropy 5.0.1 tests failed after staging->master marge Sharlatan Hellseher
2022-10-19 20:31 ` bug#58586: Sharlatan Hellseher
@ 2022-11-07 23:09 ` Sharlatan Hellseher
2022-12-06 12:51 ` bug#58586: Sharlatan Hellseher
2 siblings, 0 replies; 5+ messages in thread
From: Sharlatan Hellseher @ 2022-11-07 23:09 UTC (permalink / raw)
To: 58586
Hi Guix!
This issue could be marked as resolved with after merging patches from here
https://issues.guix.gnu.org/59113
Regards,
Oleg
--
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#58586:
2022-10-17 19:53 bug#58586: Astropy 5.0.1 tests failed after staging->master marge Sharlatan Hellseher
2022-10-19 20:31 ` bug#58586: Sharlatan Hellseher
2022-11-07 23:09 ` bug#58586: Sharlatan Hellseher
@ 2022-12-06 12:51 ` Sharlatan Hellseher
2022-12-06 14:16 ` bug#58586: Christopher Baines
2 siblings, 1 reply; 5+ messages in thread
From: Sharlatan Hellseher @ 2022-12-06 12:51 UTC (permalink / raw)
To: 58586; +Cc: Christopher Baines
Hi Chris,
This issue is resolved now with listed patches applied.
Regards,
Oleg
--
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#58586:
2022-12-06 12:51 ` bug#58586: Sharlatan Hellseher
@ 2022-12-06 14:16 ` Christopher Baines
0 siblings, 0 replies; 5+ messages in thread
From: Christopher Baines @ 2022-12-06 14:16 UTC (permalink / raw)
To: Sharlatan Hellseher; +Cc: 58586-done
[-- Attachment #1: Type: text/plain, Size: 315 bytes --]
Sharlatan Hellseher <sharlatanus@gmail.com> writes:
> Hi Chris,
>
> This issue is resolved now with listed patches applied.
Great :)
For future reference, anyone can mark issues as done by emailing
XXXXX-done@debbugs.gnu.org, where XXXXX is the issue number.
I've done that now for this issue.
Thanks,
Chris
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-12-06 14:19 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-17 19:53 bug#58586: Astropy 5.0.1 tests failed after staging->master marge Sharlatan Hellseher
2022-10-19 20:31 ` bug#58586: Sharlatan Hellseher
2022-11-07 23:09 ` bug#58586: Sharlatan Hellseher
2022-12-06 12:51 ` bug#58586: Sharlatan Hellseher
2022-12-06 14:16 ` bug#58586: Christopher Baines
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.