jd / pifpaf

Python fixtures and daemon managing tools for functional testing
Apache License 2.0
193 stars 39 forks source link

Replace call to deprecated method Thread.setDaemon() #184

Closed carlsmedstad closed 1 month ago

carlsmedstad commented 1 month ago

This method was deprecated in Python 3.10, set the Thread.daemon attribute directly instead.

See: https://github.com/python/cpython/pull/25174