[App][CI] Fix psutil requirement CI (#14413)

This commit is contained in:
Mansy 2022-08-27 01:55:22 +02:00 committed by GitHub
parent 250c06e406
commit 0e30e4a5a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -8,3 +8,4 @@ playwright==1.22.0
httpx
trio
pympler
psutil

View File

@ -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