Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
devel:languages:python:numeric
python-distributed
distributed-ignore-offline.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File distributed-ignore-offline.patch of Package python-distributed
Index: distributed-2024.2.0/pyproject.toml =================================================================== --- distributed-2024.2.0.orig/pyproject.toml +++ distributed-2024.2.0/pyproject.toml @@ -117,7 +117,7 @@ filterwarnings = [ '''ignore:unclosed transport <_SelectorSocketTransport.*:ResourceWarning''', '''ignore:unclosed transport <asyncio\.sslproto\..*:ResourceWarning''', '''ignore:unclosed cluster SSHCluster.*:ResourceWarning''', - '''ignore:Couldn't detect a suitable IP address for reaching '2001.4860.4860..8888', defaulting to hostname. \[Errno 65\] No route to host:RuntimeWarning''', + '''ignore:Couldn't detect a suitable IP address.*:RuntimeWarning''', '''ignore:Dashboard and Scheduler are using the same server on port.*:RuntimeWarning''', '''ignore:coroutine 'BaseTCPConnector.connect' was never awaited:RuntimeWarning''', '''ignore:coroutine 'Client\._start' was never awaited:RuntimeWarning''',
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