~postmarketos/pmbootstrap

0c69043c2b383a163afc45585f556e0895add366 — Oliver Smith 1 year, 4 months ago d200414 srht-ci
DEBUG: run only test_keys

This one is failing sporadically on sourcehut. Run only this test for
debugging purpose.
2 files changed, 1 insertions(+), 13 deletions(-)

M .build.yml
M .ci/pytest.sh
M .build.yml => .build.yml +0 -11
@@ 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

M .ci/pytest.sh => .ci/pytest.sh +1 -2
@@ 68,5 68,4 @@ pytest \
	-x \
	$cov_arg \
	test \
		-m "not skip_ci" \
		"$@"
		-k "test_keys"