Public bug reported:
When rebuilding virtualbmc, the unit tests fail causing an FTBFS showing
query = json.loads(mock_zmq_socket.send.call_args[0][0].decode())
TypeError: 'NoneType' object is not subscriptable
This should be fixed by swapping from dh-python (deprecated) to pybuild-
plugin-pyproject.
** Affects: virtualbmc (Ubuntu)
Importance: Undecided
Assignee: Lena Voytek (lvoytek)
Status: In Progress
** Description changed:
When rebuilding virtualbmc, the unit tests fail causing an FTBFS showing
- query = json.loads(mock_zmq_socket.send.call_args[0][0].decode())
+ query = json.loads(mock_zmq_socket.send.call_args[0][0].decode())
TypeError: 'NoneType' object is not subscriptable
- This should be fixed by swapping to dh-python (deprecated) to pybuild-
+ This should be fixed by swapping from dh-python (deprecated) to pybuild-
plugin-pyproject.
** Changed in: virtualbmc (Ubuntu)
Assignee: (unassigned) => Lena Voytek (lvoytek)
** Changed in: virtualbmc (Ubuntu)
Status: New => In Progress
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2143172
Title:
FTBFS due to test issues
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbmc/+bug/2143172/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs