Skip to content

Commit

Permalink
test(basic: test_aur_package_with_aur_dep): try to decrease overall t…
Browse files Browse the repository at this point in the history
…est time by choosing a smaller pkg
  • Loading branch information
actionless committed Aug 19, 2024
1 parent 14279b6 commit 2a95259
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pikaur_test/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ def test_repo_package_with_deps(self):

def test_aur_package_with_aur_dep(self):
# python -m pikaur_meta_helpers.find_aur_pkgs_with_aur_deps
pkg_name = "python-elmextensions"
dep_name = "python-efl"
pkg_name = "python-infi.unittest"
dep_name = "python-infi"
self.remove_if_installed(pkg_name, dep_name)

pikaur(f"-S {pkg_name} --mflags=--skippgpcheck")
Expand Down

0 comments on commit 2a95259

Please sign in to comment.