We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent affbad7 commit 87f648cCopy full SHA for 87f648c
tests/regr_test.py
@@ -184,7 +184,6 @@ def run_testcases(
184
"--no-incremental",
185
# Not useful for the test cases
186
"--disable-error-code=empty-body",
187
- "--disable-error-code=overload-overlap",
188
]
189
190
if package.is_stdlib:
tests/stubtest_stdlib.py
@@ -36,7 +36,7 @@ def run_stubtest(typeshed_dir: Path) -> int:
36
*allowlist_stubtest_arguments("stdlib"),
37
# Options for mypy check before the stubtest:
38
"--mypy-config-file",
39
- str(temp),
+ temp.name,
40
41
if sys.version_info < (3, 10):
42
# As discussed in https://github.com/python/typeshed/issues/3693, we only aim for
0 commit comments