Environment
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.
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.