From a5d50b0759a5c9196ae0b10441905a5bbecaabce Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Tue, 24 Oct 2023 20:18:48 -0700 Subject: [PATCH] install pytest-subtests==0.11.0 --- .gitlab-ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -- 2.30.2