Skip to content

Commit

Permalink
TST: ignore deprecation warning when testing wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaak authored and RUrlus committed Dec 28, 2023
1 parent 462d56f commit 4a6375f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
CIBW_ENVIRONMENT: MACOSX_DEPLOYMENT_TARGET=10.13
CIBW_BUILD: 'cp38-* cp39-* cp310-* cp311-* cp312-*'
CIBW_TEST_EXTRAS: test
CIBW_TEST_COMMAND: pytest {project}/tests/test_phik.py
CIBW_TEST_COMMAND: pytest {project}/tests/test_phik.py -W ignore::DeprecationWarning
CIBW_ARCHS: "auto64"
CIBW_ARCHS_MACOS: "x86_64 arm64"
# Skip 32-bit builds
Expand Down

0 comments on commit 4a6375f

Please sign in to comment.