-
Notifications
You must be signed in to change notification settings - Fork 616
Closed
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency fileenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersgsocWork related to Google Summer of Code project.Work related to Google Summer of Code project.help wantedExtra attention is neededExtra attention is neededusabilityRelated to using capa and displaying results (CLI/GUI)Related to using capa and displaying results (CLI/GUI)
Description
we use the halo package to show a spinner during long running computations. unfortunately, the package hasn't been updated in a long time, and while this typically isn't an issue itself, it calls a deprecated API:
.../capa/.direnv/python-3.11/lib/python3.11/site-packages/halo/halo.py:497: DeprecationWarning: setDaemon() is deprecated, set the daemon attribute instead
self._spinner_thread.setDaemon(True)
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
Metadata
Metadata
Assignees
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency fileenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersgsocWork related to Google Summer of Code project.Work related to Google Summer of Code project.help wantedExtra attention is neededExtra attention is neededusabilityRelated to using capa and displaying results (CLI/GUI)Related to using capa and displaying results (CLI/GUI)
Type
Projects
Status
Done