Commit 33bfbbb
committed
Keep repeated extra_items kwarg case out of the parallel test suite
The native parser (forced on with --mypy-num-workers>0) reports a repeated
keyword argument as a blocking syntax error, which aborts semantic analysis
and suppresses the other errors in the file. Split the repeated-keyword case
out of testTypedDictExtraItemsInvalidArgument into a _no_parallel test,
mirroring testTypedDictWithDuplicateKeywordArguments_no_parallel.1 parent 8c3f44d commit 33bfbbb
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6175 | 6175 | | |
6176 | 6176 | | |
6177 | 6177 | | |
6178 | | - | |
6179 | 6178 | | |
6180 | 6179 | | |
6181 | 6180 | | |
6182 | 6181 | | |
| 6182 | + | |
| 6183 | + | |
| 6184 | + | |
| 6185 | + | |
| 6186 | + | |
| 6187 | + | |
| 6188 | + | |
| 6189 | + | |
6183 | 6190 | | |
6184 | 6191 | | |
6185 | 6192 | | |
| |||
0 commit comments