Public bug reported:

Pytest 8 dropped support for nose style tests, which utilize "def
setup()" module level functions. This is the cause of the autopkgtest
errors like so:

1s =================================== FAILURES 
===================================
 81s _____________________________ test_mandrill_loaded 
_____________________________
 81s 
 81s     def test_mandrill_loaded():
 81s >       assert verif is not None
 81s E       NameError: name 'verif' is not defined
 81s 
 81s tests/test_againstmatlab.py:69: NameError

which are caused by the test setup function not being run.

** Affects: python-dtcwt (Ubuntu)
     Importance: Undecided
     Assignee: Chris Peterson (cpete)
         Status: New


** Tags: update-excuse

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

Title:
  python-dtcwt/0.12.0-5 vs pytest/8.2.2-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-dtcwt/+bug/2068558/+subscriptions


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

Reply via email to