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
Running tests on netutils in a python 3.13 enviroment indicates that it will no longer work:
/usr/lib/python3.13/site-packages/_pytest/assertion/rewrite.py:184: in exec_module
exec(co, module.__dict__)
tests/unit/test_password.py:5: in <module>
from netutils import password
netutils/password.py:4: in <module>
import crypt # pylint: disable=deprecated-module
E ModuleNotFoundError: No module named 'crypt'
Proposed Functionality
tests should pass on python 3.13.
The text was updated successfully, but these errors were encountered:
Environment
Running tests on netutils in a python 3.13 enviroment indicates that it will no longer work:
Proposed Functionality
tests should pass on python 3.13.
The text was updated successfully, but these errors were encountered: