Skip to content

Commit 459828c

Browse files
committed
ci: update test skips on buildwheel
1 parent 190a316 commit 459828c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ jobs:
103103
- name: install
104104
run: |
105105
python -m pip install -e .[test]
106+
python -m pip install pytest-codspeed
106107
python -c "import sys, psygnal; sys.exit(0 if psygnal._compiled else 1)"
107108
env:
108109
HATCH_BUILD_HOOKS_ENABLE: "1"

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ test = [
6262
"pydantic",
6363
"pyinstaller>=4.0",
6464
"pytest>=6.0",
65-
"pytest-codspeed",
6665
"pytest-cov",
6766
"wrapt",
6867
"msgspec ; python_version >= '3.8'",
@@ -117,7 +116,7 @@ skip = ["*-manylinux_i686", "*-musllinux_i686", "*-win32", "pp*"]
117116
build = ["cp38-*", "cp39-*", "cp310-*", "cp311-*", "cp312-*"]
118117
test-extras = ["test"]
119118
test-command = "pytest {project}/tests -v"
120-
test-skip = "*-musllinux*"
119+
test-skip = ["*-musllinux*", "cp312-win*", "*-macosx_arm64"]
121120

122121
[[tool.cibuildwheel.overrides]]
123122
select = "*-manylinux_i686*"

0 commit comments

Comments
 (0)