diff --git a/sdk/python/tests/integration/offline_store/test_feature_logging.py b/sdk/python/tests/integration/offline_store/test_feature_logging.py index 6be1edb06f5..eba994544da 100644 --- a/sdk/python/tests/integration/offline_store/test_feature_logging.py +++ b/sdk/python/tests/integration/offline_store/test_feature_logging.py @@ -28,11 +28,6 @@ @pytest.mark.integration @pytest.mark.universal_offline_stores @pytest.mark.parametrize("pass_as_path", [True, False], ids=lambda v: str(v)) -@pytest.mark.skipif( - pd.__version__ < "2.2.0" and pd.__version__ >= "2.0.0", - reason="Skip test due to pandas issue 55730 for pandas version 2.0.0 - 2.1.0", - # https://github.com/pandas-dev/pandas/issues/55730 -) def test_feature_service_logging(environment, universal_data_sources, pass_as_path): store = environment.feature_store diff --git a/sdk/python/tests/integration/offline_store/test_universal_historical_retrieval.py b/sdk/python/tests/integration/offline_store/test_universal_historical_retrieval.py index 41f7d6f32f2..9baba2397b0 100644 --- a/sdk/python/tests/integration/offline_store/test_universal_historical_retrieval.py +++ b/sdk/python/tests/integration/offline_store/test_universal_historical_retrieval.py @@ -518,11 +518,6 @@ def test_historical_features_with_no_ttl( @pytest.mark.integration @pytest.mark.universal_offline_stores -@pytest.mark.skipif( - pd.__version__ < "2.2.0" and pd.__version__ >= "2.0.0", - reason="Skip test due to pandas issue 55730 for pandas version 2.0.0 - 2.1.0", - # https://github.com/pandas-dev/pandas/issues/55730 -) def test_historical_features_from_bigquery_sources_containing_backfills(environment): store = environment.feature_store