Skip to content

Commit

Permalink
ci: update test skips on buildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Feb 18, 2024
1 parent 190a316 commit 459828c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ jobs:
- name: install
run: |
python -m pip install -e .[test]
python -m pip install pytest-codspeed
python -c "import sys, psygnal; sys.exit(0 if psygnal._compiled else 1)"
env:
HATCH_BUILD_HOOKS_ENABLE: "1"
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ test = [
"pydantic",
"pyinstaller>=4.0",
"pytest>=6.0",
"pytest-codspeed",
"pytest-cov",
"wrapt",
"msgspec ; python_version >= '3.8'",
Expand Down Expand Up @@ -117,7 +116,7 @@ skip = ["*-manylinux_i686", "*-musllinux_i686", "*-win32", "pp*"]
build = ["cp38-*", "cp39-*", "cp310-*", "cp311-*", "cp312-*"]
test-extras = ["test"]
test-command = "pytest {project}/tests -v"
test-skip = "*-musllinux*"
test-skip = ["*-musllinux*", "cp312-win*", "*-macosx_arm64"]

[[tool.cibuildwheel.overrides]]
select = "*-manylinux_i686*"
Expand Down

0 comments on commit 459828c

Please sign in to comment.