Skip to content

Commit 87f648c

Browse files
committed
Adjust options
1 parent affbad7 commit 87f648c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/regr_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ def run_testcases(
184184
"--no-incremental",
185185
# Not useful for the test cases
186186
"--disable-error-code=empty-body",
187-
"--disable-error-code=overload-overlap",
188187
]
189188

190189
if package.is_stdlib:

tests/stubtest_stdlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def run_stubtest(typeshed_dir: Path) -> int:
3636
*allowlist_stubtest_arguments("stdlib"),
3737
# Options for mypy check before the stubtest:
3838
"--mypy-config-file",
39-
str(temp),
39+
temp.name,
4040
]
4141
if sys.version_info < (3, 10):
4242
# As discussed in https://github.com/python/typeshed/issues/3693, we only aim for

0 commit comments

Comments
 (0)