You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
11:07:09.96 [WARN] /REDACTED/pants/src/python/pants/engine/streaming_workunit_handler.py:292: DeprecationWarning: isSet() is deprecated, use is_set() instead
while not self.stop_request.isSet():
The text was updated successfully, but these errors were encountered:
Thanks! Given that Pants doesn't release for 3.10, I imagine this is pants_from_sources or running on main in the repo? Why this is relevant is I don't think we need to backport to any Pants release, fortunately.
On latest
main
with Python 3.10.7:The text was updated successfully, but these errors were encountered: