Skip to content

Commit

Permalink
Remove extraneous fixture for backend registration
Browse files Browse the repository at this point in the history
Signed-off-by: Deepyaman Datta <[email protected]>
  • Loading branch information
deepyaman committed Jan 4, 2025
1 parent 73ae8a6 commit b175056
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/ibis/test_ibis_builtin_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@
from pandera.backends.ibis.register import register_ibis_backends


@pytest.fixture(autouse=True)
def _register_ibis_backends():
register_ibis_backends()


class BaseClass:
"""This is the base class for the all the test cases class"""

Expand Down

0 comments on commit b175056

Please sign in to comment.