-
Notifications
You must be signed in to change notification settings - Fork 51
Closed
Labels
Description
In Python 3.10, the isDaemon/setDaemon API on Thread was deprecated in favor of just using the daemon attribute directly. This produces this warning during tests:
.../site-packages/kaleido/scopes/base.py:188: DeprecationWarning:
setDaemon() is deprecated, set the daemon attribute instead
Reactions are currently unavailable