-
-
Notifications
You must be signed in to change notification settings - Fork 452
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dev-requirements.txt: uses mypy==0.790 #592
Comments
Yes, I guess we can remove |
Ok, same for |
Started in #593. What's your take on testing against specific/different mypy versions on CI? |
I think that this can be done, but AFAIK, So, it is probably a good thing, but I don't see a lot of value. |
* build(deps-dev): remove/unpin mypy/typing-extensions Closes #592. * Update test_options.yml Co-authored-by: Nikita Sobolev <[email protected]>
While
pip install -e .
installs "mypy>=0.790" (django-stubs/setup.py
Line 24 in cc746ab
pip install -r ./dev-requirements.txt
installs "mypy==0.790" (django-stubs/dev-requirements.txt
Line 2 in cc746ab
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:124While 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?
The text was updated successfully, but these errors were encountered: