Skip to content

Commit

Permalink
Skip some tests on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
vxgmichel committed Jul 2, 2024
1 parent c8700b6 commit 5395bf4
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 @@ -24,13 +24,14 @@ ignore_missing_imports = true
[tool.cibuildwheel]
build = "cp*-win_amd64 cp*-manylinux_x86_64 cp*-macosx_x86_64 cp*-macosx_arm64"
skip = "cp36*"
test-skip = "cp38-macosx_*:arm64"

[tool.cibuildwheel.windows]
test-command = "gambaterm --help"

[tool.cibuildwheel.macos]
test-requires = "pytest"
test-command = "pytest {project}/tests -v -k 'not test_gambaterm[interactive]'"
test-command = "pytest {project}/tests -v -k 'test_gambaterm[non-interactive]'"

[tool.cibuildwheel.linux]
before-all = "yum install -y libsamplerate portaudio openssh-clients"
Expand Down

0 comments on commit 5395bf4

Please sign in to comment.