summaryrefslogtreecommitdiff
path: root/tests/integration
diff options
context:
space:
mode:
authorTamas Szabo <szabtam@gmail.com>2020-08-26 00:20:45 +0300
committerTamas Szabo <szabtam@gmail.com>2020-08-26 00:20:45 +0300
commit96a0f76db516570760107af6436eb1043c3c8b9b (patch)
tree1a15089f3fc2803bb0530473465488beb5427c4f /tests/integration
parentbddd1d2c66bd884488aea71ee26753f77e3bcc5e (diff)
downloadisort-96a0f76db516570760107af6436eb1043c3c8b9b.tar.gz
Re-enabling Airflow integration tests.
Airflow's (very quick!) fix: https://github.com/apache/airflow/pull/10557
Diffstat (limited to 'tests/integration')
-rw-r--r--tests/integration/test_projects_using_isort.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/integration/test_projects_using_isort.py b/tests/integration/test_projects_using_isort.py
index 08f174fd..036b604c 100644
--- a/tests/integration/test_projects_using_isort.py
+++ b/tests/integration/test_projects_using_isort.py
@@ -8,8 +8,6 @@ Having your project tested here is the most sure way to keep those regressions f
"""
from subprocess import check_call
-import pytest
-
from isort.main import main
@@ -96,9 +94,6 @@ def test_websockets(tmpdir):
)
-# TODO Re-enable when airflow updates their isort config
-# Reference: https://github.com/apache/airflow/pull/10543#issuecomment-680231216
-@pytest.mark.skip(reason="Airflow isort config currently broken")
def test_airflow(tmpdir):
check_call(
["git", "clone", "--depth", "1", "https://github.com/apache/airflow.git", str(tmpdir)]