From 7191b6dab2b310adb93238bac804008e9c9757b8 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Thu, 2 Dec 2021 11:36:46 -0800 Subject: ci: install pytest-subtests Which lets pytest understand unittest.subtest --- ci/ciimage/common.sh | 1 + ci/run.ps1 | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'ci') diff --git a/ci/ciimage/common.sh b/ci/ciimage/common.sh index 707b751..68a4dae 100644 --- a/ci/ciimage/common.sh +++ b/ci/ciimage/common.sh @@ -13,6 +13,7 @@ set -x base_python_pkgs=( pytest pytest-xdist + pytest-subtests coverage codecov jsonschema diff --git a/ci/run.ps1 b/ci/run.ps1 index f294d4d..33a01fe 100644 --- a/ci/run.ps1 +++ b/ci/run.ps1 @@ -81,7 +81,7 @@ python --version # Needed for running unit tests in parallel. echo "" -python -m pip --disable-pip-version-check install --upgrade pefile pytest-xdist jsonschema coverage +python -m pip --disable-pip-version-check install --upgrade pefile pytest-xdist pytest-subtests jsonschema coverage echo "" echo "=== Start running tests ===" -- cgit v1.1