Skip to content

Commit

Permalink
Fix typeshed integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed May 20, 2022
1 parent 438cdf7 commit 12cc5fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/test_projects_using_isort.py
Expand Up @@ -101,6 +101,8 @@ def test_typeshed(tmpdir):
"builtins.pyi",
"--skip",
"ast.pyi",
"--skip",
f"{tmpdir}/stdlib/venv/__init__.pyi",
)
)

Expand Down

0 comments on commit 12cc5fb

Please sign in to comment.