-
Notifications
You must be signed in to change notification settings - Fork 905
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Separation] Separate promptflow azure from promptflow #2490
Conversation
SDK CLI Global Config Test Result yigao/move_devkit_azure3 tests 3 ✅ 49s ⏱️ Results for commit 47e7d76. |
promptflow SDK CLI Azure E2E Test Result yigao/move_devkit_azure0 tests 0 ✅ 1m 13s ⏱️ Results for commit 47e7d76. |
"src/promptflow/promptflow/azure/_restclient/flow/**", | ||
"src/promptflow/promptflow/azure/_restclient/swagger.json", | ||
"src/promptflow/promptflow/azure/_models/**", | ||
"src/promptflow-azure/promptflow/azure/_restclient/flow/**", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add change to \scripts\dev-setup\main.py
--cov-config=pyproject.toml \ | ||
--cov-report=term \ | ||
--cov-report=html \ | ||
--cov-report=xml \ | ||
--dist loadfile \ | ||
--log-level=info \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add entry_points for pfazure
@@ -58,11 +58,6 @@ markers = [ | |||
# durations - list the slowest test durations | |||
addopts = """ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
update dependencies
SDK CLI Test Result yigao/move_devkit_azure 12 files 12 suites 48m 13s ⏱️ Results for commit 47e7d76. |
Description
All Promptflow Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines