2019-12-09 01:03:44 +00:00
|
|
|
[build-system]
|
|
|
|
requires = [
|
2023-03-23 19:35:33 +00:00
|
|
|
"setuptools", "wheel", "packaging",
|
2023-08-26 08:00:20 +00:00
|
|
|
"cython>=0.29.1,<=3.0.0",
|
2022-01-12 17:26:20 +00:00
|
|
|
'kivy_deps.gstreamer_dev~=0.3.3; sys_platform == "win32"',
|
2023-12-06 19:41:22 +00:00
|
|
|
'kivy_deps.sdl2_dev~=0.7.0; sys_platform == "win32"',
|
2022-02-26 00:47:48 +00:00
|
|
|
'kivy_deps.glew_dev~=0.3.1; sys_platform == "win32"',
|
2022-01-12 17:26:20 +00:00
|
|
|
'kivy_deps.gstreamer~=0.3.3; sys_platform == "win32"',
|
2023-12-06 19:41:22 +00:00
|
|
|
'kivy_deps.sdl2~=0.7.0; sys_platform == "win32"',
|
2022-02-26 00:47:48 +00:00
|
|
|
'kivy_deps.glew~=0.3.1; sys_platform == "win32"',
|
2019-12-09 01:03:44 +00:00
|
|
|
]
|
2021-01-21 22:01:20 +00:00
|
|
|
|
|
|
|
[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"
|
2021-04-07 20:26:21 +00:00
|
|
|
markers = "incremental: mark a test as incremental."
|