From: Jacob Lifshay Date: Wed, 25 Oct 2023 03:18:48 +0000 (-0700) Subject: install pytest-subtests==0.11.0 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a5d50b0759a5c9196ae0b10441905a5bbecaabce;p=openpower-isa.git install pytest-subtests==0.11.0 --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fe617b7c..18073380 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,7 +49,12 @@ build: - export CCACHE_COMPILERCHECK=content - ccache --zero-stats || true - ccache --show-stats || true - - python3 -m pip install --user pytest-xdist==3.3.1 pytest==7.3.1 + # one package per line to simplify sorting, git diff, etc. + - >- + python3 -m pip install --user + pytest-xdist==3.3.1 + pytest==7.3.1 + pytest-subtests==0.11.0 script: - git clone --depth 1 -b yosys-0.17 https://github.com/YosysHQ/yosys.git yosys - pushd yosys