From 5d4faab557963829786856b5b4db5fcf1d45f648 Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Tue, 8 Jul 2025 16:34:47 -0300 Subject: [PATCH] SIENTIAPDE-1110 chore: update sientia-dataops-library version to 1.2.1 and add debug_data_package option in test_scouter --- requirements.txt | 2 +- tests/orchestrator/utils/test_orchestrator_functions.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 25595c6..8c759a6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ sqlalchemy redis couchbase pymongo -git+ssh://git@github.com/Aignosi/sientia-dataops-library.git@1.1.14 +git+ssh://git@github.com/Aignosi/sientia-dataops-library.git@1.2.1 diff --git a/tests/orchestrator/utils/test_orchestrator_functions.py b/tests/orchestrator/utils/test_orchestrator_functions.py index 67a05d5..09c541d 100644 --- a/tests/orchestrator/utils/test_orchestrator_functions.py +++ b/tests/orchestrator/utils/test_orchestrator_functions.py @@ -77,7 +77,8 @@ def test_scouter(): "aggr_func": "test_aggr_func", "data_range": [1, 2] } - } + }, + "debug_data_package": False } assert result == expected