paulscherrerinstitute / pcaspy

Portable Channel Access Server in Python
BSD 3-Clause "New" or "Revised" License
32 stars 24 forks source link

setDaemon will be deprecated #96

Closed spreiter closed 6 months ago

spreiter commented 6 months ago

While using pytest I found the following message:

 /root/.local/lib/python3.11/site-packages/pcaspy/driver.py:516: DeprecationWarning: setDaemon() is deprecated, set the daemon attribute instead
    self.tid.setDaemon(True)

May not be essential now, but better fix it now than it gets lost and at some point breaks.