[App][CI] Fix psutil requirement CI (#14413)
This commit is contained in:
parent
250c06e406
commit
0e30e4a5a0
|
@ -8,3 +8,4 @@ playwright==1.22.0
|
|||
httpx
|
||||
trio
|
||||
pympler
|
||||
psutil
|
||||
|
|
|
@ -169,3 +169,6 @@ def test_cli_logout(exists: mock.MagicMock, unlink: mock.MagicMock, creds: bool)
|
|||
unlink.assert_called_once_with()
|
||||
else:
|
||||
unlink.assert_not_called()
|
||||
|
||||
|
||||
# TODO: test for the other commands
|
||||
|
|
Loading…
Reference in New Issue