1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/mirrors-tornado

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
pyproject.toml 1.1 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Ben Darnell Отправлено 13.06.2024 22:08 90ae304
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[tool.black]
target-version = ['py38', 'py39', 'py310', 'py311', 'py312']
[tool.cibuildwheel]
build = "cp3[89]* cp310* cp311* cp312*"
test-command = "python -m tornado.test"
[tool.cibuildwheel.macos]
archs = "x86_64 universal2"
# The arm portion of a universal wheel is a cross-compile and cannot
# be tested on an x86 host. This must be configured explicitly to silence
# a warning.
test-skip = "*_universal2:arm64"
[tool.cibuildwheel.windows]
# TODO: figure out what's going on with these occasional log messages.
test-command = "python -m tornado.test --fail-if-logs=false"
[tool.cibuildwheel.linux]
# Build wheels for the native platform (i.e. x86) as well as an emulated
# build for aarch64.
archs = "auto aarch64"
[[tool.cibuildwheel.overrides]]
# The emulated arm build is quite slow, so only run a portion of the test
# suite. websocket_test is the most platform-dependent part of the tests
# because it uses the C speedups module.
select = "*linux_aarch64"
test-command = "python -m tornado.test tornado.test.websocket_test"

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/mirrors-tornado.git
git@api.gitlife.ru:oschina-mirror/mirrors-tornado.git
oschina-mirror
mirrors-tornado
mirrors-tornado
master