From 1c3ea45044344ca36a1cd285879a19f2afbabb6b Mon Sep 17 00:00:00 2001 From: actionless Date: Tue, 2 Jan 2024 04:55:35 +0100 Subject: [PATCH] test(arch_wiki: reliable_solver): remove gmock if already installed --- pikaur_test/test_arch_wiki.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pikaur_test/test_arch_wiki.py b/pikaur_test/test_arch_wiki.py index c6892d726..49303695d 100644 --- a/pikaur_test/test_arch_wiki.py +++ b/pikaur_test/test_arch_wiki.py @@ -14,6 +14,7 @@ def test_reliable_parser(self): def test_reliable_solver(self): # Arch Wiki: Reliable solver + self.remove_if_installed("gmock") fake_pikaur("-S ros-melodic-desktop") self.assertInstalled("ros-melodic-desktop") # it's slow as hell even with mocked makepkg :(