Skip to content

Commit 12cc5fb

Browse files
Fix typeshed integration test
1 parent 438cdf7 commit 12cc5fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration/test_projects_using_isort.py

+2
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ def test_typeshed(tmpdir):
101101
"builtins.pyi",
102102
"--skip",
103103
"ast.pyi",
104+
"--skip",
105+
f"{tmpdir}/stdlib/venv/__init__.pyi",
104106
)
105107
)
106108

0 commit comments

Comments
 (0)