Skip to content

Py 3.13 support? #594

Description

@dirkmueller

Environment

  • netutils version: 1.10.0

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions