Skip to content

Commit

Permalink
Adjust options
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Aug 3, 2024
1 parent affbad7 commit 87f648c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tests/regr_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ def run_testcases(
"--no-incremental",
# Not useful for the test cases
"--disable-error-code=empty-body",
"--disable-error-code=overload-overlap",
]

if package.is_stdlib:
Expand Down
2 changes: 1 addition & 1 deletion tests/stubtest_stdlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def run_stubtest(typeshed_dir: Path) -> int:
*allowlist_stubtest_arguments("stdlib"),
# Options for mypy check before the stubtest:
"--mypy-config-file",
str(temp),
temp.name,
]
if sys.version_info < (3, 10):
# As discussed in https://github.com/python/typeshed/issues/3693, we only aim for
Expand Down

0 comments on commit 87f648c

Please sign in to comment.