File holoviews-opensuse-pyproject.patch of Package python-holoviews
Index: holoviews-1.22.1/pyproject.toml
===================================================================
--- holoviews-1.22.1.orig/pyproject.toml
+++ holoviews-1.22.1/pyproject.toml
@@ -82,7 +82,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"
@@ -125,8 +125,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
@@ -146,6 +144,9 @@ filterwarnings = [
"ignore:'asyncio.get_event_loop_policy' is deprecated and slated for removal in Python 3.16", # https://github.com/holoviz/panel/issues/8239
"ignore:'asyncio.WindowsSelectorEventLoopPolicy' is deprecated and slated for removal in Python 3.16", # https://github.com/holoviz/panel/issues/8239
"ignore:'_UnionGenericAlias' is deprecated and slated for removal in Python 3.17", # OK
+ # OBS
+ "ignore::FutureWarning",
+ "ignore:\\s*The dash_core_components package is deprecated:UserWarning",
]
[tool.coverage]