mirror of https://github.com/kivy/kivy.git
16 lines
766 B
TOML
16 lines
766 B
TOML
[build-system]
|
|
requires = [
|
|
"setuptools", "wheel", "packaging",
|
|
"cython>=0.29.1,<=3.0.0",
|
|
'kivy_deps.gstreamer_dev~=0.3.3; sys_platform == "win32"',
|
|
'kivy_deps.sdl2_dev~=0.7.0; 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.7.0; 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."
|