fohrloop / wakepy

Cross-platform keep-awake with python
MIT License
189 stars 13 forks source link

Fix failing tests on Fedora 40 #381

Closed fohrloop closed 1 week ago

fohrloop commented 1 week 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.