Skip to content

Commit 6765515

Browse files
fix: Add asyncio to integration test (#5418)
Signed-off-by: Francisco Javier Arceo <[email protected]>
1 parent 11135db commit 6765515

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sdk/python/tests/integration/online_store/test_universal_online.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,7 @@ async def _do_async_retrieval_test(environment, universal_data_sources):
507507
await fs.close()
508508

509509

510+
@pytest.mark.asyncio
510511
@pytest.mark.integration
511512
@pytest.mark.universal_online_stores(only=["redis", "postgres"])
512513
async def test_async_online_retrieval_with_event_timestamps(
@@ -515,6 +516,7 @@ async def test_async_online_retrieval_with_event_timestamps(
515516
await _do_async_retrieval_test(environment, universal_data_sources)
516517

517518

519+
@pytest.mark.asyncio
518520
@pytest.mark.integration
519521
@pytest.mark.universal_online_stores(only=["dynamodb"])
520522
async def test_async_online_retrieval_with_event_timestamps_dynamo(

0 commit comments

Comments
 (0)