Skip to content

Commit 77cff8a

Browse files
committed
Fix Windows wheel builds failing due to shell redirect in version specifier
1 parent c1918c9 commit 77cff8a

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,5 @@ select = ["NPY201"]
112112
"tiledb/__init__.py" = ["F401"]
113113

114114
[tool.cibuildwheel]
115-
test-requires = [
116-
"pytest",
117-
"pytest-rerunfailures",
118-
"hypothesis",
119-
"psutil",
120-
"pyarrow",
121-
"pandas<3",
122-
]
115+
test-extras = ["test"]
123116
test-command = "pytest {project}"

0 commit comments

Comments
 (0)