-
-
Notifications
You must be signed in to change notification settings - Fork 524
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
While pip install -e . installs "mypy>=0.790" (
Line 24 in cc746ab
| "mypy>=0.790", |
pip install -r ./dev-requirements.txt installs "mypy==0.790" (django-stubs/dev-requirements.txt
Line 2 in cc746ab
| mypy==0.790 |
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?
sobolevn
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working