Comment 34 for bug 1990341

Revision history for this message
Andreas Hasenack (ahasenack) wrote :

The jammy build of 1:0.9.6.2~0.22.04.6 is still failing[1] in arm64 after a retry:

FAIL: test_system_driver_packages_force_install_nvidia (test_ubuntu_drivers.DetectTest)
system_driver_packages() force install config points to an older version.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3.10/unittest/mock.py", line 1379, in patched
    return func(*newargs, **newkeywargs)
  File "/<<PKGBUILDDIR>>/tests/test_ubuntu_drivers.py", line 1495, in test_system_driver_packages_force_install_nvidia
    self.assertEqual(set(packages), set(['nvidia-driver-470']))
AssertionError: Items in the first set but not the second:
'nvidia-driver-510'
Items in the second set but not the first:
'nvidia-driver-470'