From 76772783a67df6a6f83ac152d6b6c4d3519aaeba Mon Sep 17 00:00:00 2001 From: Peter Rice Date: Tue, 22 Jul 2025 21:59:31 -0400 Subject: [PATCH] move pytest run back to post dep install --- .builds/arch.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.builds/arch.yml b/.builds/arch.yml index 83c864a..67dcc47 100644 --- a/.builds/arch.yml +++ b/.builds/arch.yml @@ -5,9 +5,6 @@ sources: packages: - python-pytest tasks: - - pytest: | - cd qbpm - pytest tests - xdg-base-dirs: | cd python-xdg-base-dirs makepkg -si --noconfirm @@ -16,6 +13,9 @@ tasks: sed -i 's|^source.*|source=("git+file:///home/build/qbpm")|' PKGBUILD sudo pacman -Sy makepkg -si --noconfirm + - pytest: | + cd qbpm + pytest tests - run: | mkdir -p ~/.config/qutebrowser touch ~/.config/qutebrowser/config.py -- 2.51.2