summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2022-05-18 23:25:14 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2022-05-18 23:25:14 -0700
commit438cdf7b07ee582efb936e930ced761f68fcd84f (patch)
treebc6d064b7dc3a9f80d0d09c6be335b5832ec4cfd /tests
parent440e56f54d45d0f1e143d7c231aa15db09911080 (diff)
downloadisort-438cdf7b07ee582efb936e930ced761f68fcd84f.tar.gz
Fix pylint integration test
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/test_projects_using_isort.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/test_projects_using_isort.py b/tests/integration/test_projects_using_isort.py
index 42a0356d..72a7b4b6 100644
--- a/tests/integration/test_projects_using_isort.py
+++ b/tests/integration/test_projects_using_isort.py
@@ -107,7 +107,7 @@ def test_typeshed(tmpdir):
def test_pylint(tmpdir):
git_clone("https://github.com/PyCQA/pylint.git", tmpdir)
- run_isort([str(tmpdir)])
+ run_isort([str(tmpdir), "--skip", "bad.py"])
def test_poetry(tmpdir):