Skip to content

Commit

Permalink
chore: avoid execution in test_ibis_na_deprecation_warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ncclementi committed Jun 10, 2024
1 parent 64b98e5 commit 224e4ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ibis/tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,4 @@ def test_no_import(module):

def test_ibis_na_deprecation_warning():
with pytest.warns(DeprecationWarning, match="'ibis.NA' is deprecated as of v9.1"):
result = ibis.NA
assert result.execute() == ibis.null().execute()
ibis.NA # noqa: B018

0 comments on commit 224e4ff

Please sign in to comment.