This commit is contained in:
Andrew Cassidy 2022-07-01 20:11:30 -07:00
parent 768248c20d
commit 3a27a89155

View File

@ -64,7 +64,7 @@ package-dir = { '' = '.' } # without this line, C++ source files get included in
[tool.cibuildwheel] [tool.cibuildwheel]
build = "cp*" # only build wheels for cpython. build = "cp*" # only build wheels for cpython.
build-frontend = "build" build-frontend = "build"
test-command = "pytest --verbose" test-command = "pytest {project}/tests --verbose --full-trace --capture=tee-sys"
test-extras = ["tests"] test-extras = ["tests"]
test-skip = "*-macosx_arm64 *-macosx_universal2:arm64" # skip testing on arm macOS because CIBW doesnt support it test-skip = "*-macosx_arm64 *-macosx_universal2:arm64" # skip testing on arm macOS because CIBW doesnt support it
environment = { QUICKTEX_SIMD_MODE = "SSE4" } # SSE4 has a 99% market share and was released under the Bush administration environment = { QUICKTEX_SIMD_MODE = "SSE4" } # SSE4 has a 99% market share and was released under the Bush administration