Skip to content

Consider Not Using Pytype in PR tests #8022

@ericspod

Description

@ericspod

Is your feature request related to a problem? Please describe.
Pytype is very slow and there's not much that seems to be done about this. One of the checks in PRs is to run this for everything which significantly slows down the review process occasionally. Would we be better off moving this to an occasional test instead? Typically if mypy is ok with code pytype is as well so there's not that much value.

Describe the solution you'd like
Move pytype to be weekly test or something like this. Optionally we could test with pyright but this is throwing up a lot of errors currently owing to our import system (which may benefit from a revamp itself).

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