summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2020-11-13 00:02:04 -0800
committerTimothy Crosley <timothy.crosley@gmail.com>2020-11-13 00:02:04 -0800
commit7c2cb61e7ce2200a99f6852532e1f40f502d4e2c (patch)
tree91c2af1b33663ef73a65b0c7d6805b6c0aa650e3
parentb04ff9fb8f4098bc4498d60a05e19c711a0524d9 (diff)
downloadisort-issue/1596.tar.gz
Fix integration test to skip unsorted filesissue/1596
-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 34540cbb..2a2abe39 100644
--- a/tests/integration/test_projects_using_isort.py
+++ b/tests/integration/test_projects_using_isort.py
@@ -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):