From 44273f641d768f27702f3996b24c5bee8cf2a8e0 Mon Sep 17 00:00:00 2001 From: Tobias Gustafsson Date: Thu, 13 Jan 2022 23:30:08 +0100 Subject: [PATCH] Use a version of pytest compatible with python 3.10 in wheel tests --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c10aa30..cfe41a5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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