mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
Re-enable SQLAlchemy mypy tests (#8282)
These used to crash if run twice in succession locally, but the crash has been fixed on mypy 0.971
This commit is contained in:
@@ -414,10 +414,6 @@ def test_third_party_stubs(code: int, args: TestConfig) -> TestResults:
|
||||
files_checked = 0
|
||||
|
||||
for distribution in sorted(os.listdir("stubs")):
|
||||
if distribution in {"SQLAlchemy", "Flask-SQLAlchemy"}:
|
||||
print(colored(f"Skipping {distribution} due to mypy crashes", "yellow"))
|
||||
continue
|
||||
|
||||
distribution_path = Path("stubs", distribution)
|
||||
|
||||
if not is_probably_stubs_folder(distribution, distribution_path):
|
||||
|
||||
Reference in New Issue
Block a user