Skip to content

Commit

Permalink
Fix pylint integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed May 19, 2022
1 parent 440e56f commit 438cdf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_projects_using_isort.py
Expand Up @@ -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):
Expand Down

0 comments on commit 438cdf7

Please sign in to comment.