Skip to content

Use pytest runner for make check

Nicki Křížek requested to merge 4262-make-check-pytest into main
  • test dependencies moved to prereq.sh from Makefile - to ensure both pytest and legacy runner can properly skip the test in case of missing dependencies
  • make check now invokes the pytest runner
  • pytest's junit output is converted to trs for make check
  • openbsd CI job was switched to use make check

Prerequisite !8254 (merged)

Closes #4262 (closed)


  • in v9.18 backport, invoke the legacy test runner script in oraclelinux7 job
Edited by Nicki Křížek

Merge request reports