summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2022-05-15 23:59:31 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2022-05-15 23:59:31 -0700
commit4d38107890f275085b7f62d8e9bf535f2c1aff7a (patch)
tree5a1c64739bca2c710670b58ad36ad67652b90ba3
parent8b928450844f49a2d1ff1f278511302c87632f60 (diff)
downloadisort-4d38107890f275085b7f62d8e9bf535f2c1aff7a.tar.gz
Fix zope integration test
-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 cdd85022..4c684952 100644
--- a/tests/integration/test_projects_using_isort.py
+++ b/tests/integration/test_projects_using_isort.py
@@ -167,4 +167,4 @@ def test_dobby(tmpdir):
def test_zope(tmpdir):
git_clone("https://github.com/zopefoundation/Zope.git", tmpdir)
- run_isort([str(tmpdir)])
+ run_isort([str(tmpdir), "--skip", "utils.py"])