Skip to content

Commit 27c4880

Browse files
giampaoloaplanas
authored andcommitted
fix failing test
Signed-off-by: Giampaolo Rodola <[email protected]>
1 parent 6fb4801 commit 27c4880

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

psutil/tests/test_memleaks.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,14 @@ def test_win_service_get_description(self):
485485
name = next(psutil.win_service_iter()).name()
486486
self.execute(lambda: cext.winservice_query_descr(name))
487487

488+
if LINUX:
489+
490+
def test_users_systemd(self):
491+
self.execute(cext.users_systemd)
492+
493+
def test_users_utmp(self):
494+
self.execute(cext.users_utmp)
495+
488496

489497
if __name__ == '__main__':
490498
from psutil.tests.runner import run_from_name

0 commit comments

Comments
 (0)