加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 769 Bytes
一键复制 编辑 原始数据 按行查看 历史
[build-system]
requires = [
"setuptools", "wheel",
"cython>=0.24,<=0.29.28,!=0.27,!=0.27.2",
'kivy_deps.gstreamer_dev~=0.3.3; sys_platform == "win32"',
'kivy_deps.sdl2_dev~=0.4.5; sys_platform == "win32"',
'kivy_deps.glew_dev~=0.3.1; sys_platform == "win32"',
'kivy_deps.gstreamer~=0.3.3; sys_platform == "win32"',
'kivy_deps.sdl2~=0.4.5; sys_platform == "win32"',
'kivy_deps.glew~=0.3.1; sys_platform == "win32"',
]
[tool.pytest.ini_options]
addopts = "--benchmark-skip --benchmark-warmup=on --benchmark-warmup-iterations=5 --benchmark-disable-gc --benchmark-name=short --benchmark-sort=mean --benchmark-group-by=fullfunc --benchmark-storage=.benchmarks-kivy --benchmark-save=kivy"
markers = "incremental: mark a test as incremental."
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化