Test merge #179
cibuildwheel.yml
on: pull_request
Annotations
8 errors and 1 warning
build_wheels (macos-12, cp37-*, x86_64)
Command ['/bin/sh', '-c', 'cd /Users/runner/work/libtorrent/libtorrent/bindings/python && python -X dev -m pytest --log-level=DEBUG --log-cli-level=DEBUG && python -m mypy --config-file mypy-tox.ini tests && python -m pip install -r test-requirements.txt'] failed with code 1. None
|
build_wheels (macos-12, cp37-*, x86_64)
Process completed with exit code 1.
|
build_wheels (ubuntu-latest, cp37-manylinux_*, x86_64)
Command ['sh', '-c', 'cd /project/bindings/python && python -X dev -m pytest --log-level=DEBUG --log-cli-level=DEBUG && python -m mypy --config-file mypy-tox.ini tests && python -m pip install -r test-requirements.txt'] failed with code 1.
|
build_wheels (ubuntu-latest, cp37-manylinux_*, x86_64)
Process completed with exit code 1.
|
build_wheels (ubuntu-latest, cp37-musllinux_*, x86_64)
Command ['sh', '-c', 'cd /project/bindings/python && python -X dev -m pytest --log-level=DEBUG --log-cli-level=DEBUG && python -m mypy --config-file mypy-tox.ini tests && python -m pip install -r test-requirements.txt'] failed with code 1.
|
build_wheels (ubuntu-latest, cp37-musllinux_*, x86_64)
Process completed with exit code 1.
|
build_wheels (windows-2022, cp37-*, AMD64)
Command bash -c "cd 'D:\a\libtorrent\libtorrent/bindings/python' && python -m pip install -r test-requirements.txt && python -X dev -m pytest --log-level=DEBUG --log-cli-level=DEBUG && python -m mypy --config-file mypy-tox.ini tests" failed with code 1. None
|
build_wheels (windows-2022, cp37-*, AMD64)
Process completed with exit code 1.
|
build_wheels (macos-12, cp37-*, x86_64)
openssl@3 3.3.1 is already installed and up-to-date.
To reinstall 3.3.1, run:
brew reinstall openssl@3
|