Skip to content

Commit 7cf17a6

Browse files
committed
Relax test dependencies
1 parent 88ecee5 commit 7cf17a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cibuildwheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
env:
1515
#CIBW_BEFORE_BUILD: pip install -r requirements-build.txt
1616
CIBW_BUILD_VERBOSITY: 1
17-
CIBW_TEST_REQUIRES: pytest numpy<2 psutil msgpack
17+
CIBW_TEST_REQUIRES: pytest psutil
1818
CIBW_TEST_COMMAND: python -m pytest -m "not heavy" {project}/tests
1919
CIBW_TEST_SKIP: "*macosx*arm64*"
2020
# Building for musllinux and aarch64 takes way too much time.

0 commit comments

Comments
 (0)