Skip to content

Commit

Permalink
test(arch_wiki: reliable_solver): remove gmock if already installed
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Jan 2, 2024
1 parent dfb7f83 commit 1c3ea45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pikaur_test/test_arch_wiki.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 :(
Expand Down

0 comments on commit 1c3ea45

Please sign in to comment.