Skip to content

Commit

Permalink
skip pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-yzou committed Oct 1, 2024
1 parent f4f51f8 commit c136db4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/integ/test_cte.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
reason="CTE is a SQL feature",
run=False,
),
pytest.mark.skipif(
(not installed_pandas),
reason="SQL Counter changes when pandas not installed",
run=False,
),
]

binary_operations = [
Expand Down

0 comments on commit c136db4

Please sign in to comment.