From 9ccd0d1aaaf3c155f27d218f058cc36a45cc7c5e Mon Sep 17 00:00:00 2001 From: Francisco Javier Arceo Date: Tue, 3 Jun 2025 16:43:00 -0400 Subject: [PATCH] fix: Add asyncio to integration test Signed-off-by: Francisco Javier Arceo --- .../tests/integration/online_store/test_universal_online.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdk/python/tests/integration/online_store/test_universal_online.py b/sdk/python/tests/integration/online_store/test_universal_online.py index aa018fbb5ad..767509a8ca9 100644 --- a/sdk/python/tests/integration/online_store/test_universal_online.py +++ b/sdk/python/tests/integration/online_store/test_universal_online.py @@ -507,6 +507,7 @@ async def _do_async_retrieval_test(environment, universal_data_sources): await fs.close() +@pytest.mark.asyncio @pytest.mark.integration @pytest.mark.universal_online_stores(only=["redis", "postgres"]) async def test_async_online_retrieval_with_event_timestamps( @@ -515,6 +516,7 @@ async def test_async_online_retrieval_with_event_timestamps( await _do_async_retrieval_test(environment, universal_data_sources) +@pytest.mark.asyncio @pytest.mark.integration @pytest.mark.universal_online_stores(only=["dynamodb"]) async def test_async_online_retrieval_with_event_timestamps_dynamo(