This boils down to a change in behavior for Python 3.12:

Consider the script a.py:
f = False
assert f

$ python3 --version
Python 3.11.6
$ python3 a.py
Traceback (most recent call last):
  File "/home/ubuntu/a.py", line 2, in <module>
    assert f
AssertionError

$ python3 --version
Python 3.12.2
$ python3 a.py
Traceback (most recent call last):
  File "/home/frode/tmp/a.py", line 2, in <module>
    assert f
           ^
AssertionError

** Summary changed:

- [noble][arm64] FTBFS due to failure in test vlog - Python3
+ [noble] FTBFS due to failure in test vlog - Python3

** Summary changed:

- [noble] FTBFS due to failure in test vlog - Python3
+ [noble] FTBFS on failure in test vlog - Python3, change of behavior between 
Python 3.11 and 3.12

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

Title:
  [noble] FTBFS on failure in test vlog - Python3, change of behavior
  between Python 3.11 and 3.12

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


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

Reply via email to