use new pytest config
[ieee754fpu.git] / .gitlab-ci.yml
index 561c7bb1ea538bc2625bcdb05cd5ab5b73a14495..526e795b0c9acc2f4b7b633c3c064f1a77e53fa1 100644 (file)
@@ -48,7 +48,7 @@ build:
         - ccache --show-stats || true
         - python3 -m venv --system-site-packages .venv
         - . .venv/bin/activate
-        - pip install pytest-xdist twine cython
+        - pip install pytest-xdist==3.3.1 pytest==7.3.1 twine cython
     script:
         - . .venv/bin/activate
 
@@ -123,6 +123,12 @@ build:
         - python3 setup.py develop
         - popd
 
+        - git clone --depth 1 https://git.libre-soc.org/git/pytest-output-to-files.git pytest-output-to-files
+        - pushd pytest-output-to-files
+        - git rev-parse HEAD
+        - python3 setup.py develop
+        - popd
+
         - python3 setup.py develop
 
         - pytest -v