summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2023-01-20 23:55:59 -0800
committerTimothy Crosley <timothy.crosley@gmail.com>2023-01-20 23:55:59 -0800
commitc2e6ca5d60987c04f93b3e035123d738e532c4c0 (patch)
tree9271d0028100cf26bc63466a07303c898b209c2e /tests
parentf31884b46dbb413bf6cd57977fb191a4e6ca8ce6 (diff)
downloadisort-c2e6ca5d60987c04f93b3e035123d738e532c4c0.tar.gz
airflow has moved on to Ruff
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/test_projects_using_isort.py17
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/integration/test_projects_using_isort.py b/tests/integration/test_projects_using_isort.py
index e8e806c0..5df99ccd 100644
--- a/tests/integration/test_projects_using_isort.py
+++ b/tests/integration/test_projects_using_isort.py
@@ -74,23 +74,6 @@ def test_websockets(tmpdir):
run_isort((str(tmpdir), "--skip", "example", "--skip", "docs", "--skip", "compliance"))
-def test_airflow(tmpdir):
- git_clone("https://github.com/apache/airflow.git", tmpdir)
- run_isort(
- [
- str(tmpdir),
- "--skip-glob",
- "*.pyi",
- "--skip",
- "tests",
- "--skip",
- "docker_tests",
- "--skip",
- "docs",
- ]
- )
-
-
def test_typeshed(tmpdir):
git_clone("https://github.com/python/typeshed.git", tmpdir)
run_isort(