Skip to content

dev-requirements.txt: uses mypy==0.790 #592

@blueyed

Description

@blueyed

While pip install -e . installs "mypy>=0.790" (

"mypy>=0.790",
), pip install -r ./dev-requirements.txt installs "mypy==0.790" ( , via 44151c4 (#485)).

dev-requirements.txt is also used on CI, using the pinned/older mypy there for tests: https://github.com/typeddjango/django-stubs/pull/591/checks?check_run_id=2337419461#step:6:124

While I think that pinning (test) dependencies is good in general, I am not sure if this is really intended - and it should probably get upgraded/bumped, or even parametrized on CI maybe?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions