X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=.gitlab-ci.yml;h=18073380583598e5b6618506254945521311a8a0;hb=5454b1260a732e633bb06fb074d4350780420e46;hp=fe617b7cebf998a89c36acfe066df4a4adce2a0f;hpb=643a5dcadc142ef9eccef1638eed63268616c046;p=openpower-isa.git 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