[Bug 2068672] Re: ipykernel/6.29.3-1 vs pytest/8.2.2-1
Launchpad Bug Tracker
2068672 at bugs.launchpad.net
Fri Jun 7 14:41:54 UTC 2024
This bug was fixed in the package ipykernel - 6.29.3-1ubuntu1
---------------
ipykernel (6.29.3-1ubuntu1) oracular; urgency=medium
* pytest8-nose-deprecation.patch: update tests for pytest 8 compatibility
(LP: #2068672).
-- Chris Peterson <chris.peterson at canonical.com> Thu, 06 Jun 2024
16:39:25 -0700
** Changed in: ipykernel (Ubuntu)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Sponsors, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/2068672
Title:
ipykernel/6.29.3-1 vs pytest/8.2.2-1
Status in ipykernel package in Ubuntu:
Fix Released
Status in pytest package in Ubuntu:
New
Status in ipykernel package in Debian:
New
Bug description:
ipykernel's autopkgtests are failing with pytest 8.2.2-1
A sample error:
162s =================================== FAILURES ===================================
162s ____________________________ test_asyncio_interrupt ____________________________
162s
162s @pytest.mark.skipif(tornado.version_info < (5,), reason="only relevant on tornado 5")
162s def test_asyncio_interrupt():
162s > assert KM is not None
162s E assert None is not None
162s
162s tests/test_eventloop.py:67: AssertionError
After an initial look, it looks like some of tests rely on the nose-style test setup which is causing at least some of the errors.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipykernel/+bug/2068672/+subscriptions
More information about the Ubuntu-sponsors
mailing list