Skip to content

Commit

Permalink
pin setuptools (#35212)
Browse files Browse the repository at this point in the history
* pin setuptools

* skip tests

* updates

* update
  • Loading branch information
xiangyan99 authored Apr 15, 2024
1 parent c718759 commit 751f100
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion eng/tox/install_depend_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@
"msal": "1.23.0",
}

MAXIMUM_VERSION_GENERIC_OVERRIDES = {}
MAXIMUM_VERSION_GENERIC_OVERRIDES = {
"aiohttp": "3.9.3"
}

# SPECIFIC OVERRIDES provide additional filtering of upper and lower bound by
# binding an override to the specific package being processed. As an example, when
Expand Down
2 changes: 1 addition & 1 deletion tools/azure-sdk-tools/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
extras_require={
":python_version>='3.5'": ["pytest-asyncio>=0.9.0"],
":python_version<'3.11'": ["tomli==2.0.1"],
"build": ["six", "setuptools", "pyparsing", "certifi", "cibuildwheel"],
"build": ["six", "setuptools==67.6.0", "pyparsing", "certifi", "cibuildwheel"],
"conda": ["beautifulsoup4"],
"systemperf": ["aiohttp>=3.0", "requests>=2.0", "tornado==6.0.3", "httpx>=0.21", "azure-core"],
"ghtools": ["GitPython", "PyGithub>=1.59.0", "requests>=2.0"],
Expand Down

0 comments on commit 751f100

Please sign in to comment.