Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python warning message when logging out ot tnz #17

Open
AnthonyGiorgio opened this issue Apr 19, 2022 · 1 comment
Open

Python warning message when logging out ot tnz #17

AnthonyGiorgio opened this issue Apr 19, 2022 · 1 comment

Comments

@AnthonyGiorgio
Copy link
Member

When logging out of tnz, Python complains about a deprecated interface. This is a minor annoyance, but it should be fixed at some point.

/home/angio/tnz/tnz/zti.py:157: DeprecationWarning: SelectableGroups dict interface is deprecated. Use select.
  zti_plugins = entry_points().get("zti.commands", [])

angio:~$ python --version
Python 3.10.4
@najohnsn
Copy link
Member

najohnsn commented Sep 9, 2022

Note that I believe that the PYTHONWARNINGS environment variable has to be set to something other than ignore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants