Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ninghu committed Jan 7, 2025
1 parent f3392d2 commit 86e6f42
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion src/promptflow-azure/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ promptflow-tools = {path = "../promptflow-tools"}
promptflow-recording = {path = "../promptflow-recording", develop = true}

[tool.poetry.group.ci.dependencies]
azure-ai-ml = ">=1.14.0,<2.0.0" # 1.19.0 will break azure replay test
azure-ai-ml = ">=1.14.0,<2.0.0" # 1.19.0 will break azure replay test however stick with new ver for marshmallow bug
import-linter = "*"
promptflow-core = {path = "../promptflow-core", extras = ["azureml-serving"]}
promptflow-devkit = {path = "../promptflow-devkit"}
Expand Down
3 changes: 0 additions & 3 deletions src/promptflow-core/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@
RECORDINGS_TEST_CONFIGS_ROOT = Path(PROMPTFLOW_ROOT / "../promptflow-recording/recordings/local").resolve()
COUNTER_FILE = (Path(__file__) / "../count.json").resolve()

# Enable tracing in tests
os.environ["PF_DISABLE_TRACING"] = "false"


def get_flow_folder(folder_name, root: str = FLOW_ROOT) -> Path:
flow_folder_path = Path(root) / folder_name
Expand Down
3 changes: 0 additions & 3 deletions src/promptflow-devkit/tests/sdk_cli_test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@
from promptflow.executor._process_manager import create_spawned_fork_process_manager
from promptflow.tracing._integrations._openai_injector import inject_openai_api

# Enable tracing in tests
os.environ["PF_DISABLE_TRACING"] = "false"

try:
from promptflow.recording.local import recording_array_reset
from promptflow.recording.record_mode import is_in_ci_pipeline, is_live, is_record, is_replay
Expand Down
3 changes: 0 additions & 3 deletions src/promptflow/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@

load_dotenv()

# Enable tracing in tests
os.environ["PF_DISABLE_TRACING"] = "false"


@pytest.fixture(scope="session", autouse=True)
def modify_work_directory():
Expand Down

0 comments on commit 86e6f42

Please sign in to comment.