Skip to content

mypy check is currently failing #860

Description

@ngoldbaum
goldbaum at Nathans-MBP in ~/Documents/pynacl on main
± tox -e mypy
.pkg: _optional_hooks> python /Users/goldbaum/.pyenv/versions/3.13.2/lib/python3.13/site-packages/pyproject_api/_backend.py True setuptools.build_meta
.pkg: get_requires_for_build_sdist> python /Users/goldbaum/.pyenv/versions/3.13.2/lib/python3.13/site-packages/pyproject_api/_backend.py True setuptools.build_meta
.pkg: build_sdist> python /Users/goldbaum/.pyenv/versions/3.13.2/lib/python3.13/site-packages/pyproject_api/_backend.py True setuptools.build_meta
mypy: install_package> python -I -m pip install --force-reinstall --no-deps /Users/goldbaum/Documents/pynacl/.tox/.tmp/package/2/pynacl-1.6.0.dev1.tar.gz
mypy: commands[0]> mypy
tests/utils.py:83: error: Unused "type: ignore" comment  [unused-ignore]
tests/utils.py:83: error: Explicit "Any" is not allowed  [explicit-any]
tests/utils.py:83: note: Error code "explicit-any" not covered by "type: ignore" comment
Found 2 errors in 1 file (checked 49 source files)
mypy: exit 1 (2.63 seconds) /Users/goldbaum/Documents/pynacl> mypy pid=6275
  mypy: FAIL code 1 (54.50=setup[51.87]+cmd[2.63] seconds)
  evaluation failed :( (54.56 seconds)

I'm guessing this is due to python/mypy#18398.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions