Skip to content

Commit 5450eb8

Browse files
manskxlexierule
authored andcommitted
[App][CI] Fix psutil requirement CI (#14413)
1 parent 63e1d03 commit 5450eb8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

requirements/app/test.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ playwright==1.22.0
77
# pytest-flake8
88
httpx
99
trio
10+
psutil

tests/tests_app/cli/test_cli.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,3 +140,6 @@ def test_cli_logout(exists: mock.MagicMock, unlink: mock.MagicMock, creds: bool)
140140
unlink.assert_called_once_with()
141141
else:
142142
unlink.assert_not_called()
143+
144+
145+
# TODO: test for the other commands

0 commit comments

Comments
 (0)