Skip to content

Commit

Permalink
Fix integration test to skip unsorted files
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Nov 13, 2020
1 parent b04ff9f commit 7c2cb61
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 @@ -61,7 +61,7 @@ def test_habitat_lab(tmpdir):

def test_tmuxp(tmpdir):
git_clone("https://github.com/tmux-python/tmuxp.git", tmpdir)
run_isort([str(tmpdir)])
run_isort([str(tmpdir), "--skip", "cli.py", "--skip", "test_workspacebuilder.py"])


def test_websockets(tmpdir):
Expand Down

0 comments on commit 7c2cb61

Please sign in to comment.