We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e66c647 commit 63994dfCopy full SHA for 63994df
eng/tools/azure-sdk-tools/ci_tools/functions.py
@@ -51,9 +51,7 @@
51
# We need to actively prevent ourselves from discovering the package in its old location. To do that we:
52
# - Add the path to this list, any entrypoints that use discover_targeted_packages should exclude these paths
53
# - This will also affect usage of get_package_properties.py (Save-Package-Properties stage of CI), so please be aware of this!
54
-PATHS_EXCLUDED_FROM_DISCOVERY = [
55
- "sdk/textanalytics/azure-ai-textanalytics",
56
-]
+PATHS_EXCLUDED_FROM_DISCOVERY = []
57
58
TEST_COMPATIBILITY_MAP = {"azure-ai-ml": ">=3.7"}
59
TEST_PYTHON_DISTRO_INCOMPATIBILITY_MAP = {
0 commit comments