From 0c69043c2b383a163afc45585f556e0895add366 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sun, 7 May 2023 12:55:48 +0200 Subject: [PATCH] DEBUG: run only test_keys This one is failing sporadically on sourcehut. Run only this test for debugging purpose. --- .build.yml | 11 ----------- .ci/pytest.sh | 3 +-- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/.build.yml b/.build.yml index f700a3bc..b1bcafdb 100644 --- a/.build.yml +++ b/.build.yml @@ -4,17 +4,6 @@ packages: sources: - https://git.sr.ht/~postmarketos/pmbootstrap tasks: - - note: | - pmbootstrap/.ci/note.sh - - shellcheck: | - cd pmbootstrap - sudo .ci/shellcheck.sh - - flake8: | - cd pmbootstrap - sudo .ci/flake8.sh - - vermin: | - cd pmbootstrap - sudo .ci/vermin.sh - pytest: | cd pmbootstrap sudo .ci/pytest.sh diff --git a/.ci/pytest.sh b/.ci/pytest.sh index c29cd882..808c1b8e 100755 --- a/.ci/pytest.sh +++ b/.ci/pytest.sh @@ -68,5 +68,4 @@ pytest \ -x \ $cov_arg \ test \ - -m "not skip_ci" \ - "$@" + -k "test_keys" -- 2.45.2