Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ef443b6

Browse files
authored
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
1 parent fceccd2 commit ef443b6

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/mypy_test.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -414,10 +414,6 @@ def test_third_party_stubs(code: int, args: TestConfig) -> TestResults:
414414
files_checked = 0
415415

416416
for distribution in sorted(os.listdir("stubs")):
417-
if distribution in {"SQLAlchemy", "Flask-SQLAlchemy"}:
418-
print(colored(f"Skipping {distribution} due to mypy crashes", "yellow"))
419-
continue
420-
421417
distribution_path = Path("stubs", distribution)
422418

423419
if not is_probably_stubs_folder(distribution, distribution_path):

0 commit comments

Comments
 (0)