diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2021-12-02 11:36:46 -0800 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2021-12-06 20:06:14 -0500 |
| commit | 7191b6dab2b310adb93238bac804008e9c9757b8 (patch) | |
| tree | 10989ef5073f5000e789ea37977af4dafe2bb6e3 /ci/ciimage | |
| parent | d0b651525e5ed6e7ac8e481ddb02ece56ceb9313 (diff) | |
| download | meson-7191b6dab2b310adb93238bac804008e9c9757b8.tar.gz | |
ci: install pytest-subtests
Which lets pytest understand unittest.subtest
Diffstat (limited to 'ci/ciimage')
| -rw-r--r-- | ci/ciimage/common.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/ciimage/common.sh b/ci/ciimage/common.sh index 707b7515f..68a4dae25 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 |
