-
Notifications
You must be signed in to change notification settings - Fork 715
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid repetition of Mypy tests when possible
Unfortunately, "force_uppercase_builtins" and "force_union_syntax" options are not supported by Mypy for Python < 3.7, therefore there are still some duplicated tests. The additional change in "invalid_configuration" is to avoid failures after Mypy upgrade to 1.7.1, since "<nothing>" will be changed to "Never".
- Loading branch information
Showing
1 changed file
with
36 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters