summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorstaticdev <staticdev-support@protonmail.com>2022-12-15 22:15:57 +0100
committerstaticdev <staticdev-support@protonmail.com>2022-12-15 22:15:57 +0100
commit18622f36aa77f6b0306f3dc2a76e47370041bd9b (patch)
tree039fdbb15f97d85fc5bbe08613873cae47c0a6d6 /tests
parent501855c0e02e0404df9772bdf5af1c94f246a824 (diff)
downloadisort-18622f36aa77f6b0306f3dc2a76e47370041bd9b.tar.gz
Fix packaging pypoetry
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):