Skip to content

Commit

Permalink
changed wheels configuration and requirements to properly run the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jurra committed Sep 18, 2023
1 parent 8508ae0 commit 2e1adaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
env:
CIBW_ARCHS_MACOS: auto universal2
CIBW_PRERELEASE_PYTHONS: true
CIBW_TEST_COMMAND: ""

- name: Verify clean directory
run: git diff --exit-code
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ requires = [
build-backend = "setuptools.build_meta"

[tool.cibuildwheel]
test-command = "python {project}/tests/test.py"
test-requires = [ "pytest"]
test-command = "pytest"
test-skip = "*universal2:arm64"

[tool.ruff]
Expand Down

0 comments on commit 2e1adaf

Please sign in to comment.