Skip to content

Commit

Permalink
Fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Nov 14, 2021
1 parent 6100d1d commit 2036723
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/test_projects_using_isort.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ def test_typeshed(tmpdir):
"--skip",
f"{tmpdir}/third_party/2and3/yaml/__init__.pyi",
"--skip",
"builtins.pyi",
"--skip",
"ast.pyi",
)
)
Expand Down

0 comments on commit 2036723

Please sign in to comment.