Updated rapidjson metaschema #304
main.yml
on: push
Matrix: build_wheels
Matrix: Memory leak tests, on current debug build Python
Matrix: All tests, on current Python
Annotations
11 errors and 1 warning
|
Build wheels on auto for ubuntu-22.04
Process completed with exit code 1.
|
|
Build wheels on auto for ubuntu-22.04
Command ['sh', '-c', 'pytest -sv /project/tests'] failed with code 1.
|
|
Build wheels on auto for windows-2019
Process completed with exit code 1.
|
|
Build wheels on auto for windows-2019
Command pytest -sv D:\a\python-rapidjson\python-rapidjson/tests failed with code 1. None
|
|
All tests, on current Python (3.11)
Process completed with exit code 1.
|
|
Memory leak tests, on current debug build Python (3.11)
Process completed with exit code 1.
|
|
Build wheels on arm64 for macos-14
Process completed with exit code 1.
|
|
Build wheels on arm64 for macos-14
Command ['/bin/sh', '-c', 'pytest -sv /Users/runner/work/python-rapidjson/python-rapidjson/tests'] failed with code 1. None
|
|
Build wheels on aarch64 for ubuntu-22.04
Process completed with exit code 1.
|
|
Build wheels on aarch64 for ubuntu-22.04
Command ['sh', '-c', 'pytest -sv /project/tests'] failed with code 1.
|
|
Build wheels on auto for macos-12
The job has exceeded the maximum execution time while awaiting a runner for 24h0m0s
|
|
Build wheels on arm64 for macos-14
While cibuildwheel can build CPython 3.8 universal2/arm64 wheels, we cannot test the arm64 part of them, even when running on an Apple Silicon machine. This is because we use the x86_64 installer of CPython 3.8. See the discussion in https://github.com/pypa/cibuildwheel/pull/1169 for the details. To silence this warning, set `CIBW_TEST_SKIP: "cp38-macosx_*:arm64"`.
|