Please see the attached debdiff for the proposed patch.

PPA with the build: https://launchpad.net/~cpete/+archive/ubuntu/python-
dtcwt/+packages

Autopkg test results:
https://autopkgtest.ubuntu.com/results/autopkgtest-oracular-cpete-
python-dtcwt/oracular/amd64/p/python-dtcwt/20240606_141901_33fec@/log.gz

** Patch added: "python-dtcwt_0.12.0-5_0.12.0-5ubuntu1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/python-dtcwt/+bug/2068558/+attachment/5786842/+files/python-dtcwt_0.12.0-5_0.12.0-5ubuntu1.debdiff

** Changed in: python-dtcwt (Ubuntu)
     Assignee: Chris Peterson (cpete) => (unassigned)

** Description changed:

  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
+  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.
+ 
+ https://autopkgtest.ubuntu.com/results/autopkgtest-
+ oracular/oracular/amd64/p/python-dtcwt/20240606_104626_b47f2@/log.gz

-- 
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