Skip to content

Commit

Permalink
some bupkis
Browse files Browse the repository at this point in the history
  • Loading branch information
topherinternational committed Jan 4, 2024
1 parent dc8347d commit 8c222b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/pylint_airflow/checkers/test_xcom.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ 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 8c222b6

Please sign in to comment.