[Bug 2036292] [NEW] build failure due to failing pytest case

Chris Peterson 2036292 at bugs.launchpad.net
Fri Sep 15 22:32:34 UTC 2023


Public bug reported:

This package fails to build on mantic due to a failing pytest case when
running Python3.11. This is because Python3.11 changed the thrown error
when encountering null bytes in python source code from a ValueError to
a SyntaxError, which isn't handle in the test case.

** Affects: python-future (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to python-future in Ubuntu.
https://bugs.launchpad.net/bugs/2036292

Title:
  build failure due to failing pytest case

Status in python-future package in Ubuntu:
  New

Bug description:
  This package fails to build on mantic due to a failing pytest case
  when running Python3.11. This is because Python3.11 changed the thrown
  error when encountering null bytes in python source code from a
  ValueError to a SyntaxError, which isn't handle in the test case.

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




More information about the Ubuntu-openstack-bugs mailing list