Skip to content

Commit

Permalink
Use a version of pytest compatible with python 3.10 in wheel tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tobgu committed Jan 13, 2022
1 parent a1de7dc commit 44273f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
env:
CIBW_ARCHS_MACOS: x86_64 universal2
CIBW_BUILD: cp${{ matrix.python }}-${{ matrix.platform_id }}
CIBW_TEST_REQUIRES: pytest==4.* hypothesis==4.*
CIBW_TEST_REQUIRES: pytest<7 hypothesis<7
CIBW_TEST_COMMAND: "bash {project}/tools/test_wheels.sh {project}"
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_MANYLINUX_I686_IMAGE: manylinux2014
Expand Down

0 comments on commit 44273f6

Please sign in to comment.