You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm using the git clone as of 1/10/25.
I was getting five tests desktop_notifications failing as of the 1.1.14 release, but some of these were fixed with the recent commits
Please let me know if any more information is needed.
Describe the bug
AttributeError from the desktop_notification.py tests in both logitech_receiver/ and solaar/ui/
To Reproduce
Build solaar using rpmbuild with the solaar-1.1.14-7.fc41.src.rpm and the git source (2 desktop notification tests fails (above))
Build solaar using rpmbuild with the solaar-1.1.14-7.fc41.src.rpm (5 desktop notification tests fails)
The text was updated successfully, but these errors were encountered:
It looks as if something is not being set up correctly for when you run tests.
The Solaar test suite is not comprehensive and is mostly used for regression testing when developing. It is not necessary to run it on a normal installation.
Ok, I understand. The pytests have been added to the rpm spec file since 1.1.12 and this was the first time I've had errors thrown up. I just built it without the tests with no problems.
I did notice one difference when clicking on about solaar, the icon is missing there. So maybe the test is catching something. This is not really an issue, so I'll let you decide whether to leave this open or close it out. Thanks for checking this out.
Just for reference in case this is useful for someone later, two new packages were required for the 1.1.14 build from the 1.1.13 build: python3-pytest-cov and python3-hid-parser. Also, the solaar-use-system-hid-parser.patch was dropped.
Hi, I'm using the git clone as of 1/10/25.
I was getting five tests desktop_notifications failing as of the 1.1.14 release, but some of these were fixed with the recent commits
Please let me know if any more information is needed.
Distribution: Oracle Linux 9
Errors or warnings from Solaar:
Describe the bug
AttributeError from the desktop_notification.py tests in both logitech_receiver/ and solaar/ui/
To Reproduce
Build solaar using rpmbuild with the solaar-1.1.14-7.fc41.src.rpm and the git source (2 desktop notification tests fails (above))
Build solaar using rpmbuild with the solaar-1.1.14-7.fc41.src.rpm (5 desktop notification tests fails)
The text was updated successfully, but these errors were encountered: