Skip to content

Commit

Permalink
airflow has moved on to Ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Jan 21, 2023
1 parent f31884b commit c2e6ca5
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions tests/integration/test_projects_using_isort.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit c2e6ca5

Please sign in to comment.