Skip to content

Commit f431eca

Browse files
committed
Enable running test for macOS
1 parent 7fab849 commit f431eca

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

pyproject.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools==80.9.0", "wheel", "setuptools_scm>=8", "pkgconfig>=1.5.1", "lxml>=3.8"]
2+
requires = ["setuptools", "wheel", "setuptools_scm>=8", "pkgconfig>=1.5.1", "lxml>=3.8"]
33

44
[project]
55
name = "xmlsec"
@@ -150,17 +150,15 @@ build = [
150150
"cp314-*"
151151
]
152152
build-verbosity = 1
153+
environment = {PYXMLSEC_STATIC_DEPS="true"}
153154
build-frontend = "build"
154155
skip = [
155156
"pp*", # Skips PyPy builds (pp38-*, pp39-*, etc.)
156157
"*musllinux_riscv64" # maturin and ruff currently don’t support the musl + riscv64 target
157158
]
158159
test-command = "pytest -v --color=yes {package}/tests"
159160
before-test = "pip install -r requirements-test.txt"
160-
test-skip = "*-macosx_arm64"
161-
162-
[tool.cibuildwheel.environment]
163-
PYXMLSEC_STATIC_DEPS = "true"
161+
# test-skip = "*-macosx_arm64"
164162

165163
[tool.cibuildwheel.linux]
166164
archs = ["x86_64", "aarch64", "riscv64"]
@@ -171,7 +169,6 @@ environment-pass = [
171169

172170
[tool.cibuildwheel.macos]
173171
archs = ["x86_64", "arm64"]
174-
before-all = "brew install perl"
175172

176173
[tool.cibuildwheel.windows]
177174
archs = ["AMD64"]

0 commit comments

Comments
 (0)