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
.tox/unit/lib/python3.10/site-packages/charms/reactive/relations.py:125 /tmp/tmpfiles-hloeung/tmp/smtp-relay/.tox/unit/lib/python3.10/site-packages/charms/reactive/relations.py:125: DeprecationWarning: SelectableGroups dict interface is deprecated. Use select. for ep in entry_points().get('charms.reactive.relation_factory', []):
Looks to be python/importlib_metadata#298 with lots of other bugs and their proposed fixes, mostly around catching the TypeError exception.
The text was updated successfully, but these errors were encountered:
Hi,
Seeing these warnings now:
.tox/unit/lib/python3.10/site-packages/charms/reactive/relations.py:125
/tmp/tmpfiles-hloeung/tmp/smtp-relay/.tox/unit/lib/python3.10/site-packages/charms/reactive/relations.py:125: DeprecationWarning: SelectableGroups dict interface is deprecated. Use select.
for ep in entry_points().get('charms.reactive.relation_factory', []):
Looks to be python/importlib_metadata#298 with lots of other bugs and their proposed fixes, mostly around catching the TypeError exception.
The text was updated successfully, but these errors were encountered: