You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--- psutil-5.9.6/psutil/tests/test_connections.py.orig
+++ psutil-5.9.6/psutil/tests/test_connections.py
@@ -52,13 +52,13 @@
class ConnectionTestCase(PsutilTestCase):
def setUp(self):
- if not (NETBSD or FREEBSD):
+ if not (NETBSD or FREEBSD or SUNOS):
# process opens a UNIX socket to /var/log/run.
cons = thisproc.connections(kind='all')
assert not cons, cons
def tearDown(self):
- if not (FREEBSD or NETBSD):
+ if not (FREEBSD or NETBSD or SUNOS):
# Make sure we closed all resources.
# NetBSD opens a UNIX socket to /var/log/run.
cons = thisproc.connections(kind='all')
Summary
Description
The following fifteen tests in
psutil/tests/test_connections.py
fails:All failures are these:
The text was updated successfully, but these errors were encountered: