Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
EpsilonPrime committed Jun 7, 2024
1 parent 6957741 commit ec941d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/gateway/tests/test_dataframe_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ def mark_dataframe_tests_as_xfail(request):
originalname = request.keywords.node.originalname
if source == 'gateway-over-datafusion':
pytest.importorskip("datafusion.substrait")
elif source == 'spark':
if originalname == 'test_subquery_alias':
pytest.xfail('Subquery alias relations are not yet implemented (so no exception)')
elif source == 'spark' and originalname == 'test_subquery_alias':
pytest.xfail('Subquery alias relations are not yet implemented (so no exception)')


# pylint: disable=missing-function-docstring
# ruff: noqa: E712
Expand Down

0 comments on commit ec941d6

Please sign in to comment.