From 7f34968b7373167938e703b2c5068e03141ec9dc Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Wed, 5 Mar 2025 14:59:03 -0800 Subject: [PATCH] datasetio pass --- tests/integration/datasetio/test_datasetio.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/integration/datasetio/test_datasetio.py b/tests/integration/datasetio/test_datasetio.py index 899cb8c43..c63b15f08 100644 --- a/tests/integration/datasetio/test_datasetio.py +++ b/tests/integration/datasetio/test_datasetio.py @@ -13,9 +13,7 @@ import pytest # How to run this test: # -# pytest llama_stack/providers/tests/datasetio/test_datasetio.py -# -m "meta_reference" -# -v -s --tb=short --disable-warnings +# LLAMA_STACK_CONFIG="template-name" pytest -v tests/integration/datasetio def data_url_from_file(file_path: str) -> str: