Files
cibuildwheel/pyproject.toml
T

14 lines
226 B
TOML
Raw Normal View History

2020-12-23 16:31:42 -05:00
[build-system]
requires = [
"setuptools>=42",
"wheel"
]
build-backend = "setuptools.build_meta"
2021-01-18 01:03:15 -05:00
[tool.pytest.ini_options]
markers = [
"allow_empty(platform): Allow main tests on this platform(s) to be empty",
]