Skip to content

Commit

Permalink
revert bupkis
Browse files Browse the repository at this point in the history
  • Loading branch information
topherinternational committed Jan 4, 2024
1 parent 8c222b6 commit 4293675
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/pylint_airflow/checkers/test_xcom.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ def test_should_detect_builtin_callable(self):

assert result == expected_result

@pytest.mark.xfail(reason="Not yet implemented", raises=AssertionError, strict=True)
def test_should_detect_imported_callable_as_attribute(self):
test_code = """
from airflow.operators.python_operator import PythonOperator
Expand Down

0 comments on commit 4293675

Please sign in to comment.