File holoviews-opensuse-pyproject.patch of Package python-holoviews
Index: holoviews-1.21.0/pyproject.toml
===================================================================
--- holoviews-1.21.0.orig/pyproject.toml
+++ holoviews-1.21.0/pyproject.toml
@@ -79,7 +79,7 @@ examples = "holoviews/examples"
version-file = "holoviews/_version.py"
[tool.pytest.ini_options]
-addopts = ["--strict-config", "--strict-markers", "--color=yes"]
+addopts = ["--strict-config", "--strict-markers"]
asyncio_mode = "auto"
asyncio_default_fixture_loop_scope = "function"
minversion = "7"
@@ -122,8 +122,6 @@ filterwarnings = [
# 2024-01: Pandas 2.2
"ignore:\\s*Pyarrow will become a required dependency of pandas:DeprecationWarning", # Will go away by itself in Pandas 3.0
"ignore:Passing a (SingleBlockManager|BlockManager) to (Series|GeoSeries|DataFrame|GeoDataFrame) is deprecated:DeprecationWarning", # https://github.com/holoviz/spatialpandas/issues/137
- # 2024-04
- "ignore:No data was collected:coverage.exceptions.CoverageWarning", # https://github.com/pytest-dev/pytest-cov/issues/627
# 2024-05
"ignore:backend2gui is deprecated since IPython 8.24:DeprecationWarning", # https://github.com/holoviz/holoviews/pull/6227#issuecomment-2104401396
# 2024-06
@@ -136,6 +134,10 @@ filterwarnings = [
"ignore::ResourceWarning",
# 2024-11
"ignore:The legacy Dask DataFrame implementation is deprecated:FutureWarning", # https://github.com/holoviz/spatialpandas/issues/146
+ # OBS
+ "ignore::FutureWarning",
+ "ignore:\\s*The dash_core_components package is deprecated:UserWarning",
+ "ignore:'mode' parameter is deprecated and will be removed in Pillow 13:DeprecationWarning",
]
[tool.coverage]