summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2022-05-19 23:58:02 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2022-05-19 23:58:02 -0700
commit12cc5fbd67eebf92eb2213b03c07b138ae1fb448 (patch)
tree9e8d3e1d627ea06d7367adfc7e83901c36c9b657
parent438cdf7b07ee582efb936e930ced761f68fcd84f (diff)
downloadisort-12cc5fbd67eebf92eb2213b03c07b138ae1fb448.tar.gz
Fix typeshed integration test
-rw-r--r--tests/integration/test_projects_using_isort.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/integration/test_projects_using_isort.py b/tests/integration/test_projects_using_isort.py
index 72a7b4b6..fd13460b 100644
--- a/tests/integration/test_projects_using_isort.py
+++ b/tests/integration/test_projects_using_isort.py
@@ -101,6 +101,8 @@ def test_typeshed(tmpdir):
"builtins.pyi",
"--skip",
"ast.pyi",
+ "--skip",
+ f"{tmpdir}/stdlib/venv/__init__.pyi",
)
)