From b175056196f2e6e121765b2c729a67058e440f33 Mon Sep 17 00:00:00 2001 From: Deepyaman Datta Date: Sat, 4 Jan 2025 11:20:23 -0600 Subject: [PATCH] Remove extraneous fixture for backend registration Signed-off-by: Deepyaman Datta --- tests/ibis/test_ibis_builtin_checks.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/ibis/test_ibis_builtin_checks.py b/tests/ibis/test_ibis_builtin_checks.py index 3cfe02ed..5ef3cfc7 100644 --- a/tests/ibis/test_ibis_builtin_checks.py +++ b/tests/ibis/test_ibis_builtin_checks.py @@ -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"""