Skip to content

Commit

Permalink
.github: workflows: test-plans-pipeline: pin pytest to 8.0.0
Browse files Browse the repository at this point in the history
Pipeline fails with 8.0.1 of pytest.

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
  • Loading branch information
roxell committed Feb 21, 2024
1 parent 2ad56a4 commit feded9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-plans-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
pip install flit
pip install tuxpkg
pip install py
pip install pytest
pip install pytest==8.0.0
pip install pytest-cov
pip install pytest-parallel
export FLIT_ROOT_INSTALL=1
Expand Down

0 comments on commit feded9e

Please sign in to comment.