Skip to content

Commit 0eaca9e

Browse files
MNT: simplify cibuildwheel configuration (#61984)
1 parent bb9e617 commit 0eaca9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,10 @@ parentdir_prefix = "pandas-"
144144
setup = ['--vsenv'] # For Windows
145145

146146
[tool.cibuildwheel]
147-
skip = "cp38-* cp39-* *_i686 *_ppc64le *_s390x"
147+
skip = ["*_i686", "*_ppc64le", "*_s390x"]
148148
build-verbosity = 3
149149
environment = {LDFLAGS="-Wl,--strip-all"}
150-
test-requires = "hypothesis>=6.84.0 pytest>=7.3.2 pytest-xdist>=3.4.0"
150+
test-extras = "test"
151151
test-command = """
152152
PANDAS_CI='1' python -c 'import pandas as pd; \
153153
pd.test(extra_args=["-m not clipboard and not single_cpu and not slow and not network and not db", "-n 2", "--no-strict-data-files"]); \

0 commit comments

Comments
 (0)