Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Slowroll:Base:1
python-holoviews
ignore-pandas-warning.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ignore-pandas-warning.patch of Package python-holoviews
Index: holoviews-1.19.1/pyproject.toml =================================================================== --- holoviews-1.19.1.orig/pyproject.toml +++ holoviews-1.19.1/pyproject.toml @@ -121,6 +121,8 @@ filterwarnings = [ "ignore:unclosed file <_io.TextIOWrapper name='/dev/null' mode='w':ResourceWarning", # OK # 2024-07 "ignore:The (non_)?interactive_bk attribute was deprecated in Matplotlib 3.9", # OK - Only happening in debug mode + # Internal pandas warning (unclear!) + "ignore:create_block_manager_from_blocks is deprecated and will be removed in a future version.*:DeprecationWarning", ] [tool.coverage]
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor