Skip to content

Commit

Permalink
test205
Browse files Browse the repository at this point in the history
Signed-off-by: Cary Phillips <cary@ilm.com>
  • Loading branch information
cary-ilm committed Jan 28, 2024
1 parent e8ee393 commit e3d5156
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ BUILD_SHARED_LIBS = 'OFF'
CMAKE_POSITION_INDEPENDENT_CODE = 'ON'

[tool.cibuildwheel]
test-command = "pytest {project}/src/wrappers/python/tests"
#test-command = "pytest {project}/src/wrappers/python/tests"
test-command = "ctest -R PyOpenEXR"
test-extras = ["test"]
test-skip = ["*universal2:arm64"]
build-verbosity = 1
Expand Down

0 comments on commit e3d5156

Please sign in to comment.