Skip to content

Commit

Permalink
fix mindependency error (Azure#34434)
Browse files Browse the repository at this point in the history
* fix test

* fix test

* Update pyproject.toml

* Update pyproject.toml

* Update pyproject.toml

---------

Co-authored-by: Yuchao Yan <[email protected]>
  • Loading branch information
ChenxiJiang333 and msyyc authored Feb 26, 2024
1 parent be4fbbc commit 82584dc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions sdk/purview/azure-purview-administration/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[tool.azure-sdk-build]
pylint = false
pyright = false
mypy = false
type_check_samples = false
verifytypes = false
strict_sphinx = true
Expand Down
2 changes: 1 addition & 1 deletion sdk/purview/azure-purview-administration/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
},
python_requires=">=3.6",
install_requires=[
"azure-core<2.0.0,>=1.18.0",
"azure-core<2.0.0,>=1.23.0",
"msrest>=0.6.21",
'six>=1.11.0',
],
Expand Down
1 change: 1 addition & 0 deletions sdk/purview/azure-purview-catalog/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[tool.azure-sdk-build]
pylint = false
pyright = false
mypy = false
type_check_samples = false
verifytypes = false
ci_enabled = false
1 change: 1 addition & 0 deletions sdk/purview/azure-purview-scanning/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[tool.azure-sdk-build]
pylint = false
pyright = false
mypy = false
type_check_samples = false
verifytypes = false
strict_sphinx = true
Expand Down
2 changes: 1 addition & 1 deletion sdk/purview/azure-purview-scanning/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
},
python_requires=">=3.6",
install_requires=[
"azure-core<2.0.0,>=1.18.0",
"azure-core<2.0.0,>=1.23.0",
"msrest>=0.6.21",
'six>=1.11.0',
],
Expand Down

0 comments on commit 82584dc

Please sign in to comment.