install pytest-subtests==0.11.0
authorJacob Lifshay <programmerjake@gmail.com>
Wed, 25 Oct 2023 03:18:48 +0000 (20:18 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Wed, 25 Oct 2023 03:19:42 +0000 (20:19 -0700)
.gitlab-ci.yml

index fe617b7cebf998a89c36acfe066df4a4adce2a0f..18073380583598e5b6618506254945521311a8a0 100644 (file)
@@ -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