Skip to content

Commit

Permalink
no tests when building wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
j-faria committed Feb 23, 2024
1 parent f6d8d95 commit 8bd182b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ cmake.build-type = "Release"
# Necessary to see build output from the actual compilation
build-verbosity = 1

# Run pytest to ensure that the package was correctly built
test-command = "pytest {project}/tests"
test-requires = "pytest"
# # Run pytest to ensure that the package was correctly built
# test-command = "pytest {project}/tests"
# test-requires = "pytest"

# Needed for full C++17 support
[tool.cibuildwheel.macos.environment]
Expand Down

0 comments on commit 8bd182b

Please sign in to comment.