Skip to content

Commit feeefb0

Browse files
authored
Resolve failing storage build (#34740)
* add build-system.requires to azure-storage-extensions/pyproject.toml. This resolves the failures caused by upgrade to 2.17.0 of cibuildwheel
1 parent c6dc6af commit feeefb0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

eng/ci_tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ wrapt==1.12.1; python_version <= '3.10'
1313
wrapt==1.15.0; python_version >= '3.11'
1414
typing-extensions<=4.6.3
1515
pyproject-api<1.6
16-
cibuildwheel==2.16.2 ; python_version > '3.8'
16+
cibuildwheel==2.16.5
1717

1818
# requirements leveraged for testing
1919
pytest==7.3.1

sdk/storage/azure-storage-extensions/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ bandit = false
1313
# these can be any number of suppressions. note that * present means that ALL warnings will be suppressed for this package
1414
suppressed_skip_warnings = ["*"]
1515

16+
[build-system]
17+
requires = ["setuptools", "wheel", "cibuildwheel"]
18+
1619
[tool.cibuildwheel]
1720
build = ["cp38*", "pp38*", "pp39*", "pp310*"]
1821
test-requires = "pytest"

0 commit comments

Comments
 (0)