Public bug reported:

yt autopkgtests fail with the latest version of pytest:

=================================== FAILURES ===================================
__________________________ test_cylindrical_ray_trace __________________________

    def test_cylindrical_ray_trace():
        for pair in point_pairs:
            p1, p2 = pair
            p1cart, p2cart = _cyl2cart(pair)
            pathlen = np.sqrt(np.sum((p2cart - p1cart) ** 2))

>           t, s, rztheta, inds = cylindrical_ray_trace(p1, p2,
left_grid, right_grid)

yt/utilities/lib/tests/test_alt_ray_tracers.py:74:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

>   rleft = left_edges[:,0]
E   TypeError: 'NoneType' object is not subscriptable

yt/utilities/lib/alt_ray_tracers.pyx:111: TypeError


This is likely due to the deprecation of nose style test support:
https://github.com/pytest-dev/pytest/issues/9886

** Affects: yt (Ubuntu)
     Importance: Undecided
     Assignee: Chris Peterson (cpete)
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2068046

Title:
  proposed-migration yt/4.3.0-1build1 vs pytest/8.2.1-2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/yt/+bug/2068046/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to