mirror of
https://github.com/capnproto/pycapnp.git
synced 2025-03-04 08:24:43 +01:00
Add pytest-asyncio to ci
This commit is contained in:
parent
770be41b6d
commit
bc01774ede
1 changed files with 1 additions and 1 deletions
2
.github/workflows/wheels.yml
vendored
2
.github/workflows/wheels.yml
vendored
|
@ -60,7 +60,7 @@ jobs:
|
||||||
# TODO: Disable building PyPy wheels. If the build system gets modernized, this should be
|
# TODO: Disable building PyPy wheels. If the build system gets modernized, this should be
|
||||||
# auto-detected based on the Cython dependency.
|
# auto-detected based on the Cython dependency.
|
||||||
CIBW_SKIP: pp*
|
CIBW_SKIP: pp*
|
||||||
CIBW_TEST_REQUIRES: pytest
|
CIBW_TEST_REQUIRES: pytest pytest-asyncio
|
||||||
CIBW_TEST_COMMAND: pytest {project}
|
CIBW_TEST_COMMAND: pytest {project}
|
||||||
# Only needed to make the macosx arm64 build work
|
# Only needed to make the macosx arm64 build work
|
||||||
CMAKE_OSX_ARCHITECTURES: "${{ matrix.arch == 'arm64' && 'arm64' || '' }}"
|
CMAKE_OSX_ARCHITECTURES: "${{ matrix.arch == 'arm64' && 'arm64' || '' }}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue