Skip to content

Commit

Permalink
build(deps-dev): remove/unpin mypy/typing-extensions (#593)
Browse files Browse the repository at this point in the history
* build(deps-dev): remove/unpin mypy/typing-extensions

Closes #592.

* Update test_options.yml

Co-authored-by: Nikita Sobolev <[email protected]>
  • Loading branch information
blueyed and sobolevn authored Apr 14, 2021
1 parent a14f49c commit 3c6f438
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
wheel
mypy==0.790
requests==2.24.0
coreapi==2.3.3
typing-extensions==3.7.4.3
gitpython==3.1.9
pre-commit==2.7.1
pytest==6.1.1
Expand Down
2 changes: 1 addition & 1 deletion tests/typecheck/contrib/admin/test_options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
class A(admin.ModelAdmin):
fieldsets = [ # type: ignore
(None, {}), # E: Key 'fields' missing for TypedDict "_FieldOpts"
(None, {}), # E: Missing key 'fields' for TypedDict "_FieldOpts"
]
- case: errors_on_invalid_radio_fields
main: |
Expand Down

0 comments on commit 3c6f438

Please sign in to comment.