fohrloop / wakepy

Cross-platform keep-awake with python
MIT License
195 stars 14 forks source link

Fix failing tests on Fedora 40 #381

Closed fohrloop closed 2 months ago

fohrloop commented 2 months ago

Fixes: #380

Fixes a SyntaxWarning caused by a docstring.

Fixes a few PytestUnraisableExceptionWarning on Fedora caused by harmless warnings which were filtered using a regex. The regex only matched the warnings emitted on Ubuntu, but not on Fedora.