This diff in jammy: --- a/debian/rules +++ b/debian/rules @@ -27,7 +27,4 @@ override_dh_python3: dh_python3 -O--buildsystem=pybuild --shebang "/usr/bin/env python3" override_dh_auto_test: - # No test were run on any of the previous versions, temporarily - # ignoring the failures as they're not regressions (LP: #1800499) - # XXX: Those need to be fixed ASAP. - -timeout 120 dh_auto_test -O--buildsystem=pybuild + -timeout 120 pytest-3 --ignore-glob '*/test_cgroupconfigurator_sudo.py' --verbose tests
Now we are calling pytest-3 directly, but still with the "-timeout 120" wrapper. Won't that again just make us ignore test failures? ** Changed in: walinuxagent (Ubuntu Jammy) Status: In Progress => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1800499 Title: walinuxagent unit tests failing on build To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1800499/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs