We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11056f7 commit cf53455Copy full SHA for cf53455
.github/workflows/buildwheels.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Build wheels
55
uses: pypa/[email protected]
56
env:
57
- CIBW_TEST_REQUIRES: hypothesis
+ CIBW_TEST_REQUIRES: hypothesis pytest
58
CIBW_TEST_COMMAND: "python {project}/test.py -v && python {project}/cydoctest.py -v"
59
CIBW_SKIP: "pp* cp36-* cp37-*"
60
CIBW_ARCHS: ${{ matrix.cibw_archs }}
0 commit comments