summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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 f0756a62..1ec88d42 100644
--- a/tests/integration/test_projects_using_isort.py
+++ b/tests/integration/test_projects_using_isort.py
@@ -74,7 +74,7 @@ def test_websockets(tmpdir):
def test_airflow(tmpdir):
git_clone("https://github.com/apache/airflow.git", tmpdir)
- run_isort([str(tmpdir), "--skip-glob", "*.pyi", "--skip", "tests"])
+ run_isort([str(tmpdir), "--skip-glob", "*.pyi", "--skip", "tests", "--skip", "docker_tests"])
def test_typeshed(tmpdir):